Home
last modified time | relevance | path

Searched refs:snd_emux_voice (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/sound/
Demux_synth.h39 struct snd_emux_voice;
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);
111 struct snd_emux_voice *voices; /* Voices (EMU 'channel') */
164 struct snd_emux_voice { struct