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

/linux-master/sound/core/seq/
H A Dseq_prioq.c343 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) {
348 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST_CHANNEL) {
355 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_AFTER) {
356 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK)
363 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_BEFORE) {
364 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK)
371 if (info->remove_mode & SNDRV_SEQ_REMOVE_EVENT_TYPE) {
375 if (info->remove_mode & SNDRV_SEQ_REMOVE_IGNORE_OFF) {
385 if (info->remove_mode & SNDRV_SEQ_REMOVE_TAG_MATCH) {
H A Dseq_queue.c593 (! (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) ||
H A Dseq_clientmgr.c1929 if (info->remove_mode & SNDRV_SEQ_REMOVE_INPUT) {
1938 if (info->remove_mode & SNDRV_SEQ_REMOVE_OUTPUT)
/linux-master/sound/core/seq/oss/
H A Dseq_oss_writeq.c72 reset.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; /* remove all */
/linux-master/include/uapi/sound/
H A Dasequencer.h403 unsigned int remove_mode; /* Flags that determine what gets removed */ member in struct:snd_seq_remove_events

Completed in 142 milliseconds