Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dasequencer.h50 …efine snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIGH)
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h174 #define SNDRV_SEQ_PRIORITY_HIGH (1<<4) /* event should be processed before others */ macro
/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c867 ev->flags |= SNDRV_SEQ_PRIORITY_HIGH; in snd_seq_dispatch_event()