Lines Matching refs:snd_emux_voice
34 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
36 static void setup_voice(struct snd_emux_voice *vp);
37 static int calc_pan(struct snd_emux_voice *vp);
38 static int calc_volume(struct snd_emux_voice *vp);
39 static int calc_pitch(struct snd_emux_voice *vp);
50 struct snd_emux_voice *vp; in snd_emux_note_on()
149 struct snd_emux_voice *vp; in snd_emux_note_off()
194 struct snd_emux_voice *vp; in snd_emux_timer_callback()
226 struct snd_emux_voice *vp; in snd_emux_key_press()
258 struct snd_emux_voice *vp; in snd_emux_update_channel()
285 struct snd_emux_voice *vp; in snd_emux_update_port()
367 struct snd_emux_voice *vp; in terminate_note1()
409 struct snd_emux_voice *vp; in snd_emux_terminate_all()
440 struct snd_emux_voice *vp; in snd_emux_sounds_off_all()
473 struct snd_emux_voice *vp; in exclusive_note_off()
493 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) in terminate_voice()
511 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) in update_voice()
546 setup_voice(struct snd_emux_voice *vp) in setup_voice()
639 calc_pan(struct snd_emux_voice *vp) in calc_pan()
740 calc_volume(struct snd_emux_voice *vp) in calc_volume()
811 calc_pitch(struct snd_emux_voice *vp) in calc_pitch()
917 struct snd_emux_voice *vp; in snd_emux_init_voices()