snd_emux_voice 26 include/sound/emux_synth.h struct snd_emux_voice; snd_emux_voice 34 include/sound/emux_synth.h struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, snd_emux_voice 36 include/sound/emux_synth.h int (*prepare)(struct snd_emux_voice *vp); snd_emux_voice 37 include/sound/emux_synth.h void (*trigger)(struct snd_emux_voice *vp); snd_emux_voice 38 include/sound/emux_synth.h void (*release)(struct snd_emux_voice *vp); snd_emux_voice 39 include/sound/emux_synth.h void (*update)(struct snd_emux_voice *vp, int update); snd_emux_voice 40 include/sound/emux_synth.h void (*terminate)(struct snd_emux_voice *vp); snd_emux_voice 41 include/sound/emux_synth.h void (*free_voice)(struct snd_emux_voice *vp); snd_emux_voice 98 include/sound/emux_synth.h struct snd_emux_voice *voices; /* Voices (EMU 'channel') */ snd_emux_voice 16 sound/isa/sb/emu8000_callback.c static struct snd_emux_voice *get_voice(struct snd_emux *emu, snd_emux_voice 18 sound/isa/sb/emu8000_callback.c static int start_voice(struct snd_emux_voice *vp); snd_emux_voice 19 sound/isa/sb/emu8000_callback.c static void trigger_voice(struct snd_emux_voice *vp); snd_emux_voice 20 sound/isa/sb/emu8000_callback.c static void release_voice(struct snd_emux_voice *vp); snd_emux_voice 21 sound/isa/sb/emu8000_callback.c static void update_voice(struct snd_emux_voice *vp, int update); snd_emux_voice 23 sound/isa/sb/emu8000_callback.c static void terminate_voice(struct snd_emux_voice *vp); snd_emux_voice 32 sound/isa/sb/emu8000_callback.c static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 33 sound/isa/sb/emu8000_callback.c static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 34 sound/isa/sb/emu8000_callback.c static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 35 sound/isa/sb/emu8000_callback.c static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 36 sound/isa/sb/emu8000_callback.c static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 37 sound/isa/sb/emu8000_callback.c static void set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 38 sound/isa/sb/emu8000_callback.c static void set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp); snd_emux_voice 83 sound/isa/sb/emu8000_callback.c release_voice(struct snd_emux_voice *vp) snd_emux_voice 99 sound/isa/sb/emu8000_callback.c terminate_voice(struct snd_emux_voice *vp) snd_emux_voice 111 sound/isa/sb/emu8000_callback.c update_voice(struct snd_emux_voice *vp, int update) snd_emux_voice 143 sound/isa/sb/emu8000_callback.c static struct snd_emux_voice * snd_emux_voice 147 sound/isa/sb/emu8000_callback.c struct snd_emux_voice *vp; snd_emux_voice 221 sound/isa/sb/emu8000_callback.c start_voice(struct snd_emux_voice *vp) snd_emux_voice 301 sound/isa/sb/emu8000_callback.c trigger_voice(struct snd_emux_voice *vp) snd_emux_voice 336 sound/isa/sb/emu8000_callback.c set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 345 sound/isa/sb/emu8000_callback.c set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 359 sound/isa/sb/emu8000_callback.c set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 370 sound/isa/sb/emu8000_callback.c set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 388 sound/isa/sb/emu8000_callback.c set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 395 sound/isa/sb/emu8000_callback.c set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 413 sound/isa/sb/emu8000_callback.c set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp) snd_emux_voice 28 sound/pci/emu10k1/emu10k1_callback.c static struct snd_emux_voice *get_voice(struct snd_emux *emux, snd_emux_voice 30 sound/pci/emu10k1/emu10k1_callback.c static int start_voice(struct snd_emux_voice *vp); snd_emux_voice 31 sound/pci/emu10k1/emu10k1_callback.c static void trigger_voice(struct snd_emux_voice *vp); snd_emux_voice 32 sound/pci/emu10k1/emu10k1_callback.c static void release_voice(struct snd_emux_voice *vp); snd_emux_voice 33 sound/pci/emu10k1/emu10k1_callback.c static void update_voice(struct snd_emux_voice *vp, int update); snd_emux_voice 34 sound/pci/emu10k1/emu10k1_callback.c static void terminate_voice(struct snd_emux_voice *vp); snd_emux_voice 35 sound/pci/emu10k1/emu10k1_callback.c static void free_voice(struct snd_emux_voice *vp); snd_emux_voice 36 sound/pci/emu10k1/emu10k1_callback.c static void set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp); snd_emux_voice 37 sound/pci/emu10k1/emu10k1_callback.c static void set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp); snd_emux_voice 38 sound/pci/emu10k1/emu10k1_callback.c static void set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp); snd_emux_voice 82 sound/pci/emu10k1/emu10k1_callback.c struct snd_emux_voice *vp; snd_emux_voice 116 sound/pci/emu10k1/emu10k1_callback.c release_voice(struct snd_emux_voice *vp) snd_emux_voice 133 sound/pci/emu10k1/emu10k1_callback.c terminate_voice(struct snd_emux_voice *vp) snd_emux_voice 153 sound/pci/emu10k1/emu10k1_callback.c free_voice(struct snd_emux_voice *vp) snd_emux_voice 179 sound/pci/emu10k1/emu10k1_callback.c update_voice(struct snd_emux_voice *vp, int update) snd_emux_voice 211 sound/pci/emu10k1/emu10k1_callback.c struct snd_emux_voice *vp; snd_emux_voice 273 sound/pci/emu10k1/emu10k1_callback.c static struct snd_emux_voice * snd_emux_voice 277 sound/pci/emu10k1/emu10k1_callback.c struct snd_emux_voice *vp; snd_emux_voice 307 sound/pci/emu10k1/emu10k1_callback.c start_voice(struct snd_emux_voice *vp) snd_emux_voice 463 sound/pci/emu10k1/emu10k1_callback.c trigger_voice(struct snd_emux_voice *vp) snd_emux_voice 495 sound/pci/emu10k1/emu10k1_callback.c set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) snd_emux_voice 513 sound/pci/emu10k1/emu10k1_callback.c set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) snd_emux_voice 531 sound/pci/emu10k1/emu10k1_callback.c set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) snd_emux_voice 89 sound/synth/emux/emux.c emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), snd_emux_voice 197 sound/synth/emux/emux_effect.c struct snd_emux_voice *vp = &emu->voices[i]; snd_emux_voice 219 sound/synth/emux/emux_effect.c snd_emux_setup_effect(struct snd_emux_voice *vp) snd_emux_voice 51 sound/synth/emux/emux_proc.c struct snd_emux_voice *vp = &emu->voices[0]; snd_emux_voice 34 sound/synth/emux/emux_synth.c static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free); snd_emux_voice 35 sound/synth/emux/emux_synth.c static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); snd_emux_voice 36 sound/synth/emux/emux_synth.c static void setup_voice(struct snd_emux_voice *vp); snd_emux_voice 37 sound/synth/emux/emux_synth.c static int calc_pan(struct snd_emux_voice *vp); snd_emux_voice 38 sound/synth/emux/emux_synth.c static int calc_volume(struct snd_emux_voice *vp); snd_emux_voice 39 sound/synth/emux/emux_synth.c static int calc_pitch(struct snd_emux_voice *vp); snd_emux_voice 50 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 149 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 194 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 226 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 258 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 285 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 367 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 409 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 440 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 473 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 493 sound/synth/emux/emux_synth.c terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) snd_emux_voice 511 sound/synth/emux/emux_synth.c update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) snd_emux_voice 546 sound/synth/emux/emux_synth.c setup_voice(struct snd_emux_voice *vp) snd_emux_voice 639 sound/synth/emux/emux_synth.c calc_pan(struct snd_emux_voice *vp) snd_emux_voice 740 sound/synth/emux/emux_synth.c calc_volume(struct snd_emux_voice *vp) snd_emux_voice 811 sound/synth/emux/emux_synth.c calc_pitch(struct snd_emux_voice *vp) snd_emux_voice 916 sound/synth/emux/emux_synth.c struct snd_emux_voice *vp; snd_emux_voice 52 sound/synth/emux/emux_voice.h void snd_emux_setup_effect(struct snd_emux_voice *vp);