Home
last modified time | relevance | path

Searched refs:rminfo (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/sound/
H A Dsnd_seq01.c28 static struct snd_seq_remove_events rminfo = { variable
107 SAFE_IOCTL(fd, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, &rminfo); in run()
/third_party/alsa-lib/src/seq/
H A Dseq.c4629 snd_seq_remove_events_t rminfo; in snd_seq_drop_output() local
4632 memset(&rminfo, 0, sizeof(rminfo)); in snd_seq_drop_output()
4633 rminfo.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; in snd_seq_drop_output()
4635 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_output()
4646 snd_seq_remove_events_t rminfo; in snd_seq_drop_input() local
4649 memset(&rminfo, 0, sizeof(rminfo)); in snd_seq_drop_input()
4650 rminfo.remove_mode = SNDRV_SEQ_REMOVE_INPUT; in snd_seq_drop_input()
4652 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_input()
[all...]

Completed in 6 milliseconds