Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/
Dseq_compat.c105 case SNDRV_SEQ_IOCTL_DELETE_QUEUE: in snd_seq_ioctl_compat()
Dseq_clientmgr.c2068 { SNDRV_SEQ_IOCTL_DELETE_QUEUE, snd_seq_ioctl_delete_queue },
/Linux-v4.19/include/uapi/sound/
Dasequencer.h593 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE _IOW ('S', 0x33, struct snd_seq_queue_info) macro
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_init.c389 rc = call_ctl(SNDRV_SEQ_IOCTL_DELETE_QUEUE, &qinfo); in delete_seq_queue()