Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_compat.c92 case SNDRV_SEQ_IOCTL_DELETE_QUEUE: in snd_seq_ioctl_compat()
H A Dseq_clientmgr.c2293 { SNDRV_SEQ_IOCTL_DELETE_QUEUE, snd_seq_ioctl_delete_queue },
/linux/include/uapi/sound/
H A Dasequencer.h642 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE _IOW ('S', 0x33, struct snd_seq_queue_info)
632 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE global() macro
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c371 rc = call_ctl(SNDRV_SEQ_IOCTL_DELETE_QUEUE, &qinfo); in delete_seq_queue()