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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/amiga/
H A Damisound.c67 static DEFINE_TIMER(sound_timer, nosound, 0, 0);
77 del_timer( &sound_timer );
94 sound_timer.expires = jiffies + ticks;
95 add_timer( &sound_timer );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 DMakefile70 sequencer.o sound_timer.o sys_timer.o

Completed in 102 milliseconds