Searched refs:SNDRV_SEQ_IOCTL_CREATE_QUEUE (Results 1 – 3 of 3) sorted by relevance
76 SAFE_IOCTL(fd, SNDRV_SEQ_IOCTL_CREATE_QUEUE, &qconf); in setup()
592 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info) macro
274 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_CREATE_QUEUE, info) < 0) { in snd_seq_hw_create_queue()