Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_SET_PORT_INFO (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/core/seq/
Dseq_compat.c134 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_SET_PORT_INFO, argp); in snd_seq_ioctl_compat()
Dseq_clientmgr.c2169 { SNDRV_SEQ_IOCTL_SET_PORT_INFO, snd_seq_ioctl_set_port_info },
/linux-4.1.27/include/uapi/sound/
Dasequencer.h584 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info) macro