@@ -513,22 +513,6 @@ struct _SND_IW_LFO_PROGRAM {
513513 unsigned short depth ;
514514};
515515
516- #if 0
517- extern irqreturn_t snd_gf1_lfo_effect_interrupt (struct snd_gus_card * gus , snd_gf1_voice_t * voice );
518- #endif
519- extern void snd_gf1_lfo_init (struct snd_gus_card * gus );
520- extern void snd_gf1_lfo_done (struct snd_gus_card * gus );
521- extern void snd_gf1_lfo_program (struct snd_gus_card * gus , int voice , int lfo_type , struct _SND_IW_LFO_PROGRAM * program );
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 current_depth , int depth , int sweep , int shape );
527- extern void snd_gf1_lfo_shutdown (struct snd_gus_card * gus , int voice , int lfo_type );
528- #if 0
529- extern void snd_gf1_lfo_command (struct snd_gus_card * gus , int voice , unsigned char * command );
530- #endif
531-
532516/* gus_mem.c */
533517
534518void snd_gf1_mem_lock (struct snd_gf1_mem * alloc , int xup );
@@ -578,14 +562,8 @@ int snd_gf1_new_mixer(struct snd_gus_card * gus);
578562
579563int snd_gf1_pcm_new (struct snd_gus_card * gus , int pcm_dev , int control_index );
580564
581- #ifdef CONFIG_SND_DEBUG
582- extern void snd_gf1_print_voice_registers (struct snd_gus_card * gus );
583- #endif
584-
585565/* gus.c */
586566
587- int snd_gus_use_inc (struct snd_gus_card * gus );
588- void snd_gus_use_dec (struct snd_gus_card * gus );
589567int snd_gus_create (struct snd_card * card ,
590568 unsigned long port ,
591569 int irq , int dma1 , int dma2 ,
0 commit comments