Home
last modified time | relevance | path

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

/linux/sound/drivers/opl3/
H A Dopl3_seq.c76 if (opl3->sys_timer_status) { in snd_opl3_synth_cleanup()
78 opl3->sys_timer_status = 0; in snd_opl3_synth_cleanup()
242 opl3->sys_timer_status = 0; in snd_opl3_seq_probe()
H A Dopl3_midi.c258 opl3->sys_timer_status = 0; in snd_opl3_start_timer()
269 if (! opl3->sys_timer_status) {
271 opl3->sys_timer_status = 1;
/linux/include/sound/
H A Dopl3.h332 int sys_timer_status; /* system timer run status */ member