Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dasequencer.h64 #define snd_seq_ev_timemode_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_MODE_MASK)
/linux-6.3-rc2/sound/core/seq/
A Dseq_queue.c312 if ((cell->event.flags & SNDRV_SEQ_TIME_MODE_MASK) == SNDRV_SEQ_TIME_MODE_REL) { in snd_seq_enqueue_event()
323 cell->event.flags &= ~SNDRV_SEQ_TIME_MODE_MASK; in snd_seq_enqueue_event()
/linux-6.3-rc2/include/uapi/sound/
A Dasequencer.h166 #define SNDRV_SEQ_TIME_MODE_MASK (1<<1) macro

Completed in 8 milliseconds