Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c29 .remove_mode = SNDRV_SEQ_REMOVE_OUTPUT
/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h382 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */ macro
/third_party/alsa-lib/src/seq/
Dseq.c4265 rminfo.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; in snd_seq_drop_output()
4609 if (rmp->remove_mode & SNDRV_SEQ_REMOVE_OUTPUT) { in snd_seq_remove_events()
4614 if (! (rmp->remove_mode & ~(SNDRV_SEQ_REMOVE_INPUT|SNDRV_SEQ_REMOVE_OUTPUT))) { in snd_seq_remove_events()