Searched refs:snd_seq_ev_timestamp_type (Results 1 - 1 of 1) sorted by path

/linux-master/include/sound/
H A Dasequencer.h59 #define snd_seq_ev_timestamp_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_STAMP_MASK) macro
60 #define snd_seq_ev_is_tick(ev) (snd_seq_ev_timestamp_type(ev) == SNDRV_SEQ_TIME_STAMP_TICK)
61 #define snd_seq_ev_is_real(ev) (snd_seq_ev_timestamp_type(ev) == SNDRV_SEQ_TIME_STAMP_REAL)

Completed in 199 milliseconds