taglinefilesource code
SOUND_TIMER583drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
SOUND_TIMER584drivers/sound/soundcard.ctimer_table[SOUND_TIMER].expires = count;
SOUND_TIMER585drivers/sound/soundcard.ctimer_active |= 1 << SOUND_TIMER;
SOUND_TIMER593drivers/sound/soundcard.ctimer_table[SOUND_TIMER].expires = 0;
SOUND_TIMER594drivers/sound/soundcard.ctimer_active &= ~(1 << SOUND_TIMER);