Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dasequencer.h65 …efine snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIGH)
/Linux-v4.19/include/uapi/sound/
Dasequencer.h190 #define SNDRV_SEQ_PRIORITY_HIGH (1<<4) /* event should be processed before others */ macro
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c870 ev->flags |= SNDRV_SEQ_PRIORITY_HIGH; in snd_seq_dispatch_event()