Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PRIORITY_HIGH (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dasequencer.h50 #define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIGH)
/kernel/linux/linux-6.6/include/sound/
H A Dasequencer.h50 #define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) == SNDRV_SEQ_PRIORITY_HIGH)
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasequencer.h190 #define SNDRV_SEQ_PRIORITY_HIGH (1<<4) /* event should be processed before others */ macro
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasequencer.h174 #define SNDRV_SEQ_PRIORITY_HIGH (1<<4) /* event should be processed before others */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasequencer.h97 #define SNDRV_SEQ_PRIORITY_HIGH (1<<4) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h107 #define SNDRV_SEQ_PRIORITY_HIGH (1 << 4) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h107 #define SNDRV_SEQ_PRIORITY_HIGH (1 << 4) macro
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c885 ev->flags |= SNDRV_SEQ_PRIORITY_HIGH; in snd_seq_dispatch_event()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c867 ev->flags |= SNDRV_SEQ_PRIORITY_HIGH; in snd_seq_dispatch_event()

Completed in 15 milliseconds