Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c107 SAFE_IOCTL(fd, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, &rminfo); in run()
/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h606 #define SNDRV_SEQ_IOCTL_REMOVE_EVENTS _IOW ('S', 0x4e, struct snd_seq_remove_events) macro
/third_party/alsa-lib/src/seq/
Dseq_hw.c342 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, rmp) < 0) { in snd_seq_hw_remove_events()