Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dasequencer.h50 #define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIG…
/linux-6.3-rc2/include/uapi/sound/
A Dasequencer.h175 #define SNDRV_SEQ_PRIORITY_MASK (1<<4) macro
/linux-6.3-rc2/sound/core/seq/
A Dseq_prioq.c143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()

Completed in 7 milliseconds