Searched refs:sound_ticks (Results 1 – 1 of 1) sorted by relevance
207 static int sound_ticks=0; variable217 if (sound_ticks) in q40_mksound()218 sound_ticks=1; in q40_mksound()226 if (sound_ticks == 0) sound_ticks=1000; /* pretty long beep */ in q40_mksound()227 sound_ticks=ticks<<1; in q40_mksound()235 if (sound_ticks) in q40_timer_int()237 unsigned char sval=(sound_ticks & 1) ? 128-SVOL : 128+SVOL; in q40_timer_int()238 sound_ticks--; in q40_timer_int()