Lines Matching refs:opl4_voice
313 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_note()
317 struct opl4_voice *voice; in snd_opl4_do_for_note()
334 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_channel()
338 struct opl4_voice *voice; in snd_opl4_do_for_channel()
354 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_all()
358 struct opl4_voice *voice; in snd_opl4_do_for_all()
369 static void snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice) in snd_opl4_update_volume()
388 static void snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice) in snd_opl4_update_pan()
404 struct opl4_voice *voice) in snd_opl4_update_vibrato_depth()
420 struct opl4_voice *voice) in snd_opl4_update_pitch()
451 struct opl4_voice *voice) in snd_opl4_update_tone_parameters()
464 static struct opl4_voice *snd_opl4_get_voice(struct snd_opl4 *opl4) in snd_opl4_get_voice()
468 return list_entry(opl4->off_voices.next, struct opl4_voice, list); in snd_opl4_get_voice()
471 return list_entry(opl4->on_voices.next, struct opl4_voice, list); in snd_opl4_get_voice()
486 struct opl4_voice *voice[2]; in snd_opl4_note_on()
555 static void snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice) in snd_opl4_voice_off()
570 static void snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice) in snd_opl4_terminate_voice()