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

/linux-master/include/sound/
H A Demux_synth.h26 struct snd_emux_voice;
34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,
36 int (*prepare)(struct snd_emux_voice *vp);
37 void (*trigger)(struct snd_emux_voice *vp);
38 void (*release)(struct snd_emux_voice *vp);
39 void (*update)(struct snd_emux_voice *vp, int update);
40 void (*terminate)(struct snd_emux_voice *vp);
41 void (*free_voice)(struct snd_emux_voice *vp);
98 struct snd_emux_voice *voices; /* Voices (EMU 'channel') */
151 struct snd_emux_voice { struct
[all...]
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c28 static struct snd_emux_voice *get_voice(struct snd_emux *emux,
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);
34 static void terminate_voice(struct snd_emux_voice *vp);
35 static void free_voice(struct snd_emux_voice *vp);
36 static u32 make_fmmod(struct snd_emux_voice *vp);
37 static u32 make_fm2frq2(struct snd_emux_voice *vp);
83 struct snd_emux_voice *v
[all...]
/linux-master/sound/isa/sb/
H A Demu8000_callback.c16 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
18 static int start_voice(struct snd_emux_voice *vp);
19 static void trigger_voice(struct snd_emux_voice *vp);
20 static void release_voice(struct snd_emux_voice *vp);
21 static void update_voice(struct snd_emux_voice *vp, int update);
23 static void terminate_voice(struct snd_emux_voice *vp);
32 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
33 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
35 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *v
[all...]
/linux-master/sound/synth/emux/
H A Demux_synth.c34 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
36 static void setup_voice(struct snd_emux_voice *vp);
37 static int calc_pan(struct snd_emux_voice *vp);
38 static int calc_volume(struct snd_emux_voice *vp);
39 static int calc_pitch(struct snd_emux_voice *vp);
50 struct snd_emux_voice *vp;
149 struct snd_emux_voice *vp;
194 struct snd_emux_voice *vp;
226 struct snd_emux_voice *v
[all...]
H A Demux_voice.h52 void snd_emux_setup_effect(struct snd_emux_voice *vp);
H A Demux_proc.c51 struct snd_emux_voice *vp = &emu->voices[0];
H A Demux.c89 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice),
H A Demux_effect.c200 struct snd_emux_voice *vp = &emu->voices[i];
222 snd_emux_setup_effect(struct snd_emux_voice *vp)

Completed in 318 milliseconds