Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_REMOVE_DEST_CHANNEL (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h384 #define SNDRV_SEQ_REMOVE_DEST_CHANNEL (1<<3) /* Restrict by channel */ macro
/third_party/alsa-lib/src/seq/
Dseq.c4543 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST_CHANNEL) { in remove_match()