Home
last modified time | relevance | path

Searched refs:snd_emux_voice (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/sound/isa/sb/
Demu8000_callback.c28 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/
Demux_synth.h41 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/
Demu10k1_callback.c40 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/
Demux_synth.c47 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 …]
Demux_voice.h65 void snd_emux_setup_effect(struct snd_emux_voice *vp);
Demux_effect.c211 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()
Demux.c103 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), in snd_emux_register()
Demux_proc.c66 struct snd_emux_voice *vp = &emu->voices[0]; in snd_emux_proc_info_read()