Home
last modified time | relevance | path

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

/include/sound/
Dgus.h215 struct snd_gus_voice;
234 struct snd_gus_voice { struct
250 void (*handler_wave) (struct snd_gus_card * gus, struct snd_gus_voice * voice); argument
251 void (*handler_volume) (struct snd_gus_card * gus, struct snd_gus_voice * voice); argument
252 void (*handler_effect) (struct snd_gus_card * gus, struct snd_gus_voice * voice); argument
277 void (*private_free)(struct snd_gus_voice *voice); argument
315 struct snd_gus_voice voices[32]; /* GF1 voices */
568 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port…
569 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice);