Searched refs:snd_opl4_do_for_channel (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/sound/drivers/opl4/ |
D | opl4_synth.c | 332 static void snd_opl4_do_for_channel(struct snd_opl4 *opl4, in snd_opl4_do_for_channel() function 595 snd_opl4_do_for_channel(opl4, chan, snd_opl4_update_vibrato_depth); in snd_opl4_control() 598 snd_opl4_do_for_channel(opl4, chan, snd_opl4_update_volume); in snd_opl4_control() 601 snd_opl4_do_for_channel(opl4, chan, snd_opl4_update_pan); in snd_opl4_control() 604 snd_opl4_do_for_channel(opl4, chan, snd_opl4_update_volume); in snd_opl4_control() 610 snd_opl4_do_for_channel(opl4, chan, snd_opl4_update_vibrato_depth); in snd_opl4_control() 622 snd_opl4_do_for_channel(opl4, chan, snd_opl4_update_pitch); in snd_opl4_control()
|