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