Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Demux_synth.h45 struct snd_emux_operators { struct
46 struct module *owner;
47 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,
49 int (*prepare)(struct snd_emux_voice *vp);
50 void (*trigger)(struct snd_emux_voice *vp);
51 void (*release)(struct snd_emux_voice *vp);
52 void (*update)(struct snd_emux_voice *vp, int update);
53 void (*terminate)(struct snd_emux_voice *vp);
54 void (*free_voice)(struct snd_emux_voice *vp);
55 void (*reset)(struct snd_emux *emu, int ch);
[all …]