Lines Matching refs:voice
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);
436 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice) in snd_gf1_select_voice() argument
441 if (voice != gus->gf1.active_voice) { in snd_gf1_select_voice()
442 gus->gf1.active_voice = voice; in snd_gf1_select_voice()
443 outb(voice, GUSP(gus, GF1PAGE)); in snd_gf1_select_voice()
517 extern irqreturn_t snd_gf1_lfo_effect_interrupt(struct snd_gus_card * gus, snd_gf1_voice_t * voice);
521 extern void snd_gf1_lfo_program(struct snd_gus_card * gus, int voice, int lfo_type, struct _SND_IW_…
522 extern void snd_gf1_lfo_enable(struct snd_gus_card * gus, int voice, int lfo_type);
523 extern void snd_gf1_lfo_disable(struct snd_gus_card * gus, int voice, int lfo_type);
524 extern void snd_gf1_lfo_change_freq(struct snd_gus_card * gus, int voice, int lfo_type, int freq);
525 extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth);
526 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int cur…
527 extern void snd_gf1_lfo_shutdown(struct snd_gus_card * gus, int voice, int lfo_type);
529 extern void snd_gf1_lfo_command(struct snd_gus_card * gus, int voice, unsigned char *command);
565 void snd_gf1_smart_stop_voice(struct snd_gus_card * gus, unsigned short voice);
566 void snd_gf1_stop_voice(struct snd_gus_card * gus, unsigned short voice);
569 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice);