Lines Matching refs:snd_emux_voice
41 static struct snd_emux_voice *get_voice(struct snd_emux *emux,
43 static int start_voice(struct snd_emux_voice *vp);
44 static void trigger_voice(struct snd_emux_voice *vp);
45 static void release_voice(struct snd_emux_voice *vp);
46 static void update_voice(struct snd_emux_voice *vp, int update);
47 static void terminate_voice(struct snd_emux_voice *vp);
48 static void free_voice(struct snd_emux_voice *vp);
49 static void set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp);
50 static void set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp);
51 static void set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp);
95 struct snd_emux_voice *vp; in snd_emu10k1_synth_get_voice()
129 release_voice(struct snd_emux_voice *vp) in release_voice()
146 terminate_voice(struct snd_emux_voice *vp) in terminate_voice()
166 free_voice(struct snd_emux_voice *vp) in free_voice()
192 update_voice(struct snd_emux_voice *vp, int update) in update_voice()
224 struct snd_emux_voice *vp; in lookup_voices()
286 static struct snd_emux_voice *
290 struct snd_emux_voice *vp; in get_voice()
320 start_voice(struct snd_emux_voice *vp) in start_voice()
476 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
508 set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fmmod()
526 set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fm2frq2()
544 set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_filterQ()