Lines Matching refs:voice

265 	void (*handler_wave) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
266 void (*handler_volume) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
267 void (*handler_effect) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
292 void (*private_free)(struct snd_gus_voice *voice);
451 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice) in snd_gf1_select_voice() argument
456 if (voice != gus->gf1.active_voice) { in snd_gf1_select_voice()
457 gus->gf1.active_voice = voice; in snd_gf1_select_voice()
458 outb(voice, GUSP(gus, GF1PAGE)); in snd_gf1_select_voice()
532 extern irqreturn_t snd_gf1_lfo_effect_interrupt(struct snd_gus_card * gus, snd_gf1_voice_t * voice);
536 extern void snd_gf1_lfo_program(struct snd_gus_card * gus, int voice, int lfo_type, struct _SND_IW_…
537 extern void snd_gf1_lfo_enable(struct snd_gus_card * gus, int voice, int lfo_type);
538 extern void snd_gf1_lfo_disable(struct snd_gus_card * gus, int voice, int lfo_type);
539 extern void snd_gf1_lfo_change_freq(struct snd_gus_card * gus, int voice, int lfo_type, int freq);
540 extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth);
541 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int cur…
542 extern void snd_gf1_lfo_shutdown(struct snd_gus_card * gus, int voice, int lfo_type);
544 extern void snd_gf1_lfo_command(struct snd_gus_card * gus, int voice, unsigned char *command);
580 void snd_gf1_smart_stop_voice(struct snd_gus_card * gus, unsigned short voice);
581 void snd_gf1_stop_voice(struct snd_gus_card * gus, unsigned short voice);
584 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice);