Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
Dseq.c4265 rminfo.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; in snd_seq_drop_output()
4282 rminfo.remove_mode = SNDRV_SEQ_REMOVE_INPUT; in snd_seq_drop_input()
4342 return info->remove_mode; in snd_seq_remove_events_get_condition()
4433 info->remove_mode = flags; in snd_seq_remove_events_set_condition()
4538 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) { in remove_match()
4543 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST_CHANNEL) { in remove_match()
4550 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_AFTER) { in remove_match()
4551 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in remove_match()
4558 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_BEFORE) { in remove_match()
4559 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in remove_match()
[all …]
/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c29 .remove_mode = SNDRV_SEQ_REMOVE_OUTPUT
/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h393 unsigned int remove_mode; /* Flags that determine what gets removed */ member