Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PRIORITY_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/sound/
Dasequencer.h65 #define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIG…
/linux-4.4.14/include/uapi/sound/
Dasequencer.h190 #define SNDRV_SEQ_PRIORITY_MASK (1<<4) macro
/linux-4.4.14/sound/core/seq/
Dseq_prioq.c158 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()