Lines Matching refs:snd_emux_voice
26 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 {