Home
last modified time | relevance | path

Searched refs:snd_seq_remove_events (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h392 struct snd_seq_remove_events { struct
606 #define SNDRV_SEQ_IOCTL_REMOVE_EVENTS _IOW ('S', 0x4e, struct snd_seq_remove_events)
/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c28 static struct snd_seq_remove_events rminfo = {
/third_party/alsa-lib/include/
Dseq.h552 __snd_alloca(ptr, snd_seq_remove_events)
573 int snd_seq_remove_events(snd_seq_t *handle, snd_seq_remove_events_t *info);
Dlocal.h111 #define _snd_seq_remove_events snd_seq_remove_events
/third_party/alsa-lib/src/seq/
Dseq.c4267 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_output()
4284 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_input()
4599 int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_remove_events() function