Lines Matching full:voice
75 /* voice specific registers */
250 void (*handler_wave) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
251 void (*handler_volume) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
252 void (*handler_effect) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
277 void (*private_free)(struct snd_gus_voice *voice);
313 unsigned char active_voice; /* selected voice (GF1PAGE register) */
436 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice)
441 if (voice != gus->gf1.active_voice) {
442 gus->gf1.active_voice = voice;
443 outb(voice, GUSP(gus, GF1PAGE));
548 void snd_gf1_smart_stop_voice(struct snd_gus_card * gus, unsigned short voice);
549 void snd_gf1_stop_voice(struct snd_gus_card * gus, unsigned short voice);
552 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice);