Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c76 SAFE_IOCTL(fd, SNDRV_SEQ_IOCTL_CREATE_QUEUE, &qconf); in setup()
/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h592 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info) macro
/third_party/alsa-lib/src/seq/
Dseq_hw.c274 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_CREATE_QUEUE, info) < 0) { in snd_seq_hw_create_queue()