Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_GET_PORT_INFO (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_compat.c131 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_GET_PORT_INFO, argp); in snd_seq_ioctl_compat()
Dseq_clientmgr.c2153 { SNDRV_SEQ_IOCTL_GET_PORT_INFO, snd_seq_ioctl_get_port_info },
/linux-3.4.99/include/sound/
Dasequencer.h646 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info) macro
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_init.c142 if (call_ctl(SNDRV_SEQ_IOCTL_GET_PORT_INFO, &pinfo) >= 0) in receive_announce()