SNDRV_SEQ_PRIORITY_MASK  350 include/sound/asequencer.h #define snd_seq_ev_is_prior(ev)		(((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIGH)
SNDRV_SEQ_PRIORITY_MASK  160 sound/core/seq/seq_prioq.c 	prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK);