snd_seq_ev_timestamp_type   60 include/sound/asequencer.h #define snd_seq_ev_is_tick(ev)		(snd_seq_ev_timestamp_type(ev) == SNDRV_SEQ_TIME_STAMP_TICK)
snd_seq_ev_timestamp_type   61 include/sound/asequencer.h #define snd_seq_ev_is_real(ev)		(snd_seq_ev_timestamp_type(ev) == SNDRV_SEQ_TIME_STAMP_REAL)