• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/

Lines Matching refs:voice

90 /* voice specific registers */
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);
328 unsigned char active_voice; /* selected voice (GF1PAGE register) */
451 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice)
456 if (voice != gus->gf1.active_voice) {
457 gus->gf1.active_voice = voice;
458 outb(voice, GUSP(gus, GF1PAGE));
533 extern void snd_gf1_lfo_program(struct snd_gus_card * gus, int voice, int lfo_type, struct _SND_IW_LFO_PROGRAM *program);
534 extern void snd_gf1_lfo_enable(struct snd_gus_card * gus, int voice, int lfo_type);
535 extern void snd_gf1_lfo_disable(struct snd_gus_card * gus, int voice, int lfo_type);
536 extern void snd_gf1_lfo_change_freq(struct snd_gus_card * gus, int voice, int lfo_type, int freq);
537 extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth);
538 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
539 extern void snd_gf1_lfo_shutdown(struct snd_gus_card * gus, int voice, int lfo_type);
574 void snd_gf1_smart_stop_voice(struct snd_gus_card * gus, unsigned short voice);
575 void snd_gf1_stop_voice(struct snd_gus_card * gus, unsigned short voice);
578 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice);