taglinefilesource code
SOUND_TIMER261drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
SOUND_TIMER262drivers/sound/soundcard.ctimer_table[SOUND_TIMER].expires = count;
SOUND_TIMER263drivers/sound/soundcard.ctimer_active |= 1 << SOUND_TIMER;
SOUND_TIMER273drivers/sound/soundcard.ctimer_table[SOUND_TIMER].expires = 0;
SOUND_TIMER274drivers/sound/soundcard.ctimer_active &= ~(1 << SOUND_TIMER);