taglinefilesource code
tstamp212drivers/sound/sequencer.cunsigned int    tstamp;
tstamp218drivers/sound/sequencer.ctstamp = jiffies - seq_time;
tstamp219drivers/sound/sequencer.cif (tstamp != prev_input_time)
tstamp221drivers/sound/sequencer.ctstamp = (tstamp << 8) | SEQ_WAIT;
tstamp223drivers/sound/sequencer.cseq_copy_to_input ((unsigned char *) &tstamp, 4);
tstamp224drivers/sound/sequencer.cprev_input_time = tstamp;