Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_TIME_STAMP_MASK (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/sound/core/seq/
Dseq_prioq.c89 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) { in compare_timestamp()
106 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) { in compare_timestamp_rel()
205 if ((ev->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) in event_is_ready()
260 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in prioq_match()
Dseq_queue.c313 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_enqueue_event()
327 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_enqueue_event()
Dseq_clientmgr.c612 event->flags &= ~SNDRV_SEQ_TIME_STAMP_MASK; in update_timestamp_of_queue()
870 switch (ev->flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_dispatch_event()
/Linux-v6.6/include/sound/
Dasequencer.h59 #define snd_seq_ev_timestamp_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_STAMP_MASK)
/Linux-v6.6/include/uapi/sound/
Dasequencer.h162 #define SNDRV_SEQ_TIME_STAMP_MASK (1<<0) macro