Lines Matching refs:snd_emux_voice
48 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
49 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
50 static void setup_voice(struct snd_emux_voice *vp);
51 static int calc_pan(struct snd_emux_voice *vp);
52 static int calc_volume(struct snd_emux_voice *vp);
53 static int calc_pitch(struct snd_emux_voice *vp);
64 struct snd_emux_voice *vp; in snd_emux_note_on()
163 struct snd_emux_voice *vp; in snd_emux_note_off()
208 struct snd_emux_voice *vp; in snd_emux_timer_callback()
240 struct snd_emux_voice *vp; in snd_emux_key_press()
272 struct snd_emux_voice *vp; in snd_emux_update_channel()
299 struct snd_emux_voice *vp; in snd_emux_update_port()
381 struct snd_emux_voice *vp; in terminate_note1()
423 struct snd_emux_voice *vp; in snd_emux_terminate_all()
454 struct snd_emux_voice *vp; in snd_emux_sounds_off_all()
487 struct snd_emux_voice *vp; in exclusive_note_off()
507 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) in terminate_voice()
525 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) in update_voice()
560 setup_voice(struct snd_emux_voice *vp) in setup_voice()
653 calc_pan(struct snd_emux_voice *vp) in calc_pan()
754 calc_volume(struct snd_emux_voice *vp) in calc_volume()
825 calc_pitch(struct snd_emux_voice *vp) in calc_pitch()
930 struct snd_emux_voice *vp; in snd_emux_init_voices()