Home
last modified time | relevance | path

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

/linux-6.15/sound/core/seq/
H A Dseq_prioq.c343 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) { in prioq_remove_match()
348 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST_CHANNEL) { in prioq_remove_match()
355 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_AFTER) { in prioq_remove_match()
356 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in prioq_remove_match()
363 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_BEFORE) { in prioq_remove_match()
364 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in prioq_remove_match()
371 if (info->remove_mode & SNDRV_SEQ_REMOVE_EVENT_TYPE) { in prioq_remove_match()
375 if (info->remove_mode & SNDRV_SEQ_REMOVE_IGNORE_OFF) { in prioq_remove_match()
385 if (info->remove_mode & SNDRV_SEQ_REMOVE_TAG_MATCH) { in prioq_remove_match()
H A Dseq_queue.c594 (! (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) || in snd_seq_queue_remove_cells()
H A Dseq_clientmgr.c1977 if (info->remove_mode & SNDRV_SEQ_REMOVE_INPUT) { in snd_seq_ioctl_remove_events()
1986 if (info->remove_mode & SNDRV_SEQ_REMOVE_OUTPUT) in snd_seq_ioctl_remove_events()
/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_writeq.c72 reset.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; /* remove all */ in snd_seq_oss_writeq_clear()
/linux-6.15/include/uapi/sound/
H A Dasequencer.h413 unsigned int remove_mode; /* Flags that determine what gets removed */ member