Searched refs:sound_timer (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Damisound.c70 static DEFINE_TIMER(sound_timer, nosound, 0, 0);
80 del_timer( &sound_timer );
97 sound_timer.expires = jiffies + ticks;
98 add_timer( &sound_timer );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsound_timer.c2 * sound/oss/sound_timer.c
267 static struct sound_timer_operations sound_timer = variable in typeref:struct:sound_timer_operations
323 strcpy(sound_timer.info.name, name);
324 sound_timer_devs[n] = &sound_timer;
H A DMakefile40 sequencer.o sound_timer.o sys_timer.o

Completed in 118 milliseconds