Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Demux_synth.h32 struct snd_emux_operators { struct
33 struct module *owner;
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);
49 void (*sample_reset)(struct snd_emux *emu);
[all …]