Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/seq/
Dseq_compat.c107 case SNDRV_SEQ_IOCTL_CREATE_QUEUE: in snd_seq_ioctl_compat()
Dseq_clientmgr.c2172 { SNDRV_SEQ_IOCTL_CREATE_QUEUE, snd_seq_ioctl_create_queue },
/linux-4.4.14/include/uapi/sound/
Dasequencer.h589 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info) macro
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_init.c370 if ((rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_QUEUE, &qinfo)) < 0) in alloc_seq_queue()