Searched refs:remove_mode (Results 1 – 3 of 3) sorted by relevance
4265 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 …]
29 .remove_mode = SNDRV_SEQ_REMOVE_OUTPUT
393 unsigned int remove_mode; /* Flags that determine what gets removed */ member