Searched refs:snd_emux_voice (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/sound/isa/sb/ |
D | emu8000_callback.c | 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); [all …]
|
/linux-2.6.39/include/sound/ |
D | emux_synth.h | 41 struct snd_emux_voice; 49 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, 51 int (*prepare)(struct snd_emux_voice *vp); 52 void (*trigger)(struct snd_emux_voice *vp); 53 void (*release)(struct snd_emux_voice *vp); 54 void (*update)(struct snd_emux_voice *vp, int update); 55 void (*terminate)(struct snd_emux_voice *vp); 56 void (*free_voice)(struct snd_emux_voice *vp); 113 struct snd_emux_voice *voices; /* Voices (EMU 'channel') */ 166 struct snd_emux_voice { struct
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 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); [all …]
|
/linux-2.6.39/sound/synth/emux/ |
D | emux_synth.c | 47 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free); 48 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); 49 static void setup_voice(struct snd_emux_voice *vp); 50 static int calc_pan(struct snd_emux_voice *vp); 51 static int calc_volume(struct snd_emux_voice *vp); 52 static int calc_pitch(struct snd_emux_voice *vp); 63 struct snd_emux_voice *vp; in snd_emux_note_on() 162 struct snd_emux_voice *vp; in snd_emux_note_off() 208 struct snd_emux_voice *vp; in snd_emux_timer_callback() 241 struct snd_emux_voice *vp; in snd_emux_key_press() [all …]
|
D | emux_voice.h | 65 void snd_emux_setup_effect(struct snd_emux_voice *vp);
|
D | emux_effect.c | 211 struct snd_emux_voice *vp = &emu->voices[i]; in snd_emux_send_effect() 233 snd_emux_setup_effect(struct snd_emux_voice *vp) in snd_emux_setup_effect()
|
D | emux.c | 103 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), in snd_emux_register()
|
D | emux_proc.c | 66 struct snd_emux_voice *vp = &emu->voices[0]; in snd_emux_proc_info_read()
|