Home
last modified time | relevance | path

Searched defs:snd_emux_operators (Results 1 – 1 of 1) sorted by relevance

/linux/include/sound/
A Demux_synth.h32 struct snd_emux_operators { struct
33 struct module *owner;
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);
42 void (*reset)(struct snd_emux *emu, int ch);
[all …]

Completed in 5 milliseconds