Searched refs:SNDRV_SEQ_PRIORITY_MASK (Results 1 – 3 of 3) sorted by relevance
50 #define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIG…
191 #define SNDRV_SEQ_PRIORITY_MASK (1<<4) macro
143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()
Completed in 9 milliseconds