Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_event.h225 #define SND_SEQ_PRIORITY_HIGH (1<<4) /**< event should be processed before others */ macro
Dseqmid.h165 (ev)->flags |= (high_prior) ? SND_SEQ_PRIORITY_HIGH : SND_SEQ_PRIORITY_NORMAL)
Dseq.h693 (((ev)->flags & SND_SEQ_PRIORITY_MASK) == SND_SEQ_PRIORITY_HIGH)