• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/

Lines Matching refs:snd_emux_voice

28 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
30 static int start_voice(struct snd_emux_voice *vp);
31 static void trigger_voice(struct snd_emux_voice *vp);
32 static void release_voice(struct snd_emux_voice *vp);
33 static void update_voice(struct snd_emux_voice *vp, int update);
35 static void terminate_voice(struct snd_emux_voice *vp);
44 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
45 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
46 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
47 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
48 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
49 static void set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
50 static void set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
95 release_voice(struct snd_emux_voice *vp)
111 terminate_voice(struct snd_emux_voice *vp)
123 update_voice(struct snd_emux_voice *vp, int update)
155 static struct snd_emux_voice *
159 struct snd_emux_voice *vp;
233 start_voice(struct snd_emux_voice *vp)
313 trigger_voice(struct snd_emux_voice *vp)
348 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp)
357 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp)
371 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp)
382 set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp)
400 set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp)
407 set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp)
425 set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp)