Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_prioq.c361 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in prioq_remove_match()
369 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in prioq_remove_match()
/linux-4.1.27/include/uapi/sound/
Dasequencer.h384 #define SNDRV_SEQ_REMOVE_TIME_TICK (1<<6) /* Time is in ticks */ macro