Searched defs:snd_emux_operators (Results 1 – 1 of 1) sorted by relevance
47 struct snd_emux_operators { struct48 struct module *owner;49 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,51 int (*prepare)(struct snd_emux_voice *vp);52 void (*trigger)(struct snd_emux_voice *vp);53 void (*release)(struct snd_emux_voice *vp);54 void (*update)(struct snd_emux_voice *vp, int update);55 void (*terminate)(struct snd_emux_voice *vp);56 void (*free_voice)(struct snd_emux_voice *vp);57 void (*reset)(struct snd_emux *emu, int ch);[all …]