Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h601 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER _IOW ('S', 0x46, struct snd_seq_queue_timer) macro
/third_party/alsa-lib/src/seq/
Dseq_hw.c244 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER, timer) < 0) { in snd_seq_hw_set_queue_timer()