Lines Matching refs:snd_emux_voice
40 static struct snd_emux_voice *get_voice(struct snd_emux *emux,
42 static int start_voice(struct snd_emux_voice *vp);
43 static void trigger_voice(struct snd_emux_voice *vp);
44 static void release_voice(struct snd_emux_voice *vp);
45 static void update_voice(struct snd_emux_voice *vp, int update);
46 static void terminate_voice(struct snd_emux_voice *vp);
47 static void free_voice(struct snd_emux_voice *vp);
48 static void set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp);
49 static void set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp);
50 static void set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp);
92 struct snd_emux_voice *vp; in snd_emu10k1_synth_get_voice()
130 release_voice(struct snd_emux_voice *vp) in release_voice()
147 terminate_voice(struct snd_emux_voice *vp) in terminate_voice()
167 free_voice(struct snd_emux_voice *vp) in free_voice()
193 update_voice(struct snd_emux_voice *vp, int update) in update_voice()
225 struct snd_emux_voice *vp; in lookup_voices()
287 static struct snd_emux_voice *
291 struct snd_emux_voice *vp; in get_voice()
321 start_voice(struct snd_emux_voice *vp) in start_voice()
477 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
509 set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fmmod()
527 set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fm2frq2()
545 set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_filterQ()