Home
last modified time | relevance | path

Searched refs:sound_ticks (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/m68k/q40/
Dq40ints.c207 static int sound_ticks=0; variable
217 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()