Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h386 #define SNDRV_SEQ_REMOVE_TIME_AFTER (1<<5) /* Restrict to time or after */ macro
/third_party/alsa-lib/src/seq/
Dseq.c4550 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_AFTER) { in remove_match()