lfo_type 521 include/sound/gus.h extern void snd_gf1_lfo_program(struct snd_gus_card * gus, int voice, int lfo_type, struct _SND_IW_LFO_PROGRAM *program); lfo_type 522 include/sound/gus.h extern void snd_gf1_lfo_enable(struct snd_gus_card * gus, int voice, int lfo_type); lfo_type 523 include/sound/gus.h extern void snd_gf1_lfo_disable(struct snd_gus_card * gus, int voice, int lfo_type); lfo_type 524 include/sound/gus.h extern void snd_gf1_lfo_change_freq(struct snd_gus_card * gus, int voice, int lfo_type, int freq); lfo_type 525 include/sound/gus.h extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth); lfo_type 526 include/sound/gus.h 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); lfo_type 527 include/sound/gus.h extern void snd_gf1_lfo_shutdown(struct snd_gus_card * gus, int voice, int lfo_type);