Home
last modified time | relevance | path

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

/linux-6.1.9/sound/synth/emux/
Demux_voice.h45 void snd_emux_timer_callback(struct timer_list *t);
Demux.c43 timer_setup(&emu->tlist, snd_emux_timer_callback, 0); in snd_emux_new()
Demux_synth.c191 void snd_emux_timer_callback(struct timer_list *t) in snd_emux_timer_callback() function