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

/linux-4.1.27/arch/m68k/amiga/
H A Damisound.c69 static DEFINE_TIMER(sound_timer, nosound, 0, 0);
79 del_timer( &sound_timer ); amiga_mksound()
96 sound_timer.expires = jiffies + ticks; amiga_mksound()
97 add_timer( &sound_timer ); amiga_mksound()
/linux-4.1.27/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 strlcpy(sound_timer.info.name, name, sizeof(sound_timer.info.name)); sound_timer_init()
324 sound_timer_devs[n] = &sound_timer; sound_timer_init()
H A DMakefile37 sequencer.o sound_timer.o sys_timer.o
H A Dsys_timer.c184 /* same as sound_timer.c:timer_ioctl!? */ def_tmr_ioctl()

Completed in 145 milliseconds