Lines Matching refs:snd_emux_voice
47 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
48 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
49 static void setup_voice(struct snd_emux_voice *vp);
50 static int calc_pan(struct snd_emux_voice *vp);
51 static int calc_volume(struct snd_emux_voice *vp);
52 static int calc_pitch(struct snd_emux_voice *vp);
63 struct snd_emux_voice *vp; in snd_emux_note_on()
162 struct snd_emux_voice *vp; in snd_emux_note_off()
208 struct snd_emux_voice *vp; in snd_emux_timer_callback()
241 struct snd_emux_voice *vp; in snd_emux_key_press()
273 struct snd_emux_voice *vp; in snd_emux_update_channel()
300 struct snd_emux_voice *vp; in snd_emux_update_port()
382 struct snd_emux_voice *vp; in terminate_note1()
424 struct snd_emux_voice *vp; in snd_emux_terminate_all()
455 struct snd_emux_voice *vp; in snd_emux_sounds_off_all()
488 struct snd_emux_voice *vp; in exclusive_note_off()
508 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) in terminate_voice()
526 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) in update_voice()
561 setup_voice(struct snd_emux_voice *vp) in setup_voice()
654 calc_pan(struct snd_emux_voice *vp) in calc_pan()
755 calc_volume(struct snd_emux_voice *vp) in calc_volume()
826 calc_pitch(struct snd_emux_voice *vp) in calc_pitch()
931 struct snd_emux_voice *vp; in snd_emux_init_voices()