Lines Matching refs:snd_emux_voice
29 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
31 static int start_voice(struct snd_emux_voice *vp);
32 static void trigger_voice(struct snd_emux_voice *vp);
33 static void release_voice(struct snd_emux_voice *vp);
34 static void update_voice(struct snd_emux_voice *vp, int update);
36 static void terminate_voice(struct snd_emux_voice *vp);
45 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
46 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
47 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
48 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
49 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
50 static void set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
51 static void set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
96 release_voice(struct snd_emux_voice *vp) in release_voice()
112 terminate_voice(struct snd_emux_voice *vp) in terminate_voice()
124 update_voice(struct snd_emux_voice *vp, int update) in update_voice()
156 static struct snd_emux_voice *
160 struct snd_emux_voice *vp; in get_voice()
234 start_voice(struct snd_emux_voice *vp) in start_voice()
314 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
349 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pitch()
358 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_volume()
372 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pan()
383 set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_fmmod()
401 set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_tremfreq()
408 set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_fm2frq2()
426 set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_filterQ()