Searched refs:SNDRV_SEQ_TIME_STAMP_REAL (Results 1 – 7 of 7) sorted by relevance
61 #define snd_seq_ev_is_real(ev) (snd_seq_ev_timestamp_type(ev) == SNDRV_SEQ_TIME_STAMP_REAL)
317 case SNDRV_SEQ_TIME_STAMP_REAL: in snd_seq_enqueue_event()331 case SNDRV_SEQ_TIME_STAMP_REAL: in snd_seq_enqueue_event()
265 case SNDRV_SEQ_TIME_STAMP_REAL: in prioq_match()
582 event->flags |= SNDRV_SEQ_TIME_STAMP_REAL; in update_timestamp_of_queue()892 case SNDRV_SEQ_TIME_STAMP_REAL: in snd_seq_dispatch_event()
177 #define SNDRV_SEQ_TIME_STAMP_REAL (1<<0) /* timestamp in real time */ macro