tag | line | file | source code |
---|---|---|---|
SOUND_TIMER | 583 | drivers/sound/soundcard.c | timer_table[SOUND_TIMER].fn = sequencer_timer; |
SOUND_TIMER | 584 | drivers/sound/soundcard.c | timer_table[SOUND_TIMER].expires = count; |
SOUND_TIMER | 585 | drivers/sound/soundcard.c | timer_active |= 1 << SOUND_TIMER; |
SOUND_TIMER | 593 | drivers/sound/soundcard.c | timer_table[SOUND_TIMER].expires = 0; |
SOUND_TIMER | 594 | drivers/sound/soundcard.c | timer_active &= ~(1 << SOUND_TIMER); |