taglinefilesource code
SOUND_TIMER254drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
SOUND_TIMER255drivers/sound/soundcard.ctimer_table[SOUND_TIMER].expires = count;
SOUND_TIMER256drivers/sound/soundcard.ctimer_active |= 1 << SOUND_TIMER;
SOUND_TIMER264drivers/sound/soundcard.ctimer_table[SOUND_TIMER].expires = 0;
SOUND_TIMER265drivers/sound/soundcard.ctimer_active &= ~(1 << SOUND_TIMER);