patch-2.1.63 linux/drivers/sound/gus_card.c
Next file: linux/drivers/sound/gus_midi.c
Previous file: linux/drivers/sound/dmasound.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Sep 30 08:46:51 1997
- Orig file:
v2.1.62/linux/drivers/sound/gus_card.c
- Orig date:
Wed May 28 10:51:32 1997
diff -u --recursive --new-file v2.1.62/linux/drivers/sound/gus_card.c linux/drivers/sound/gus_card.c
@@ -15,13 +15,13 @@
#include "sound_config.h"
-#if defined(CONFIG_GUSHW)
+#ifdef CONFIG_GUSHW
#include "gus_hw.h"
void gusintr (int irq, void *dev_id, struct pt_regs *dummy);
-int gus_base, gus_irq, gus_dma;
+int gus_base = 0, gus_irq = 0, gus_dma = 0;
extern int gus_wave_volume;
extern int gus_pcm_volume;
extern int have_gus_max;
@@ -171,7 +171,7 @@
/*
* Some extra code for the 16 bit sampling option
*/
-#if defined(CONFIG_GUS16)
+#ifdef CONFIG_GUS16
int
probe_gus_db16 (struct address_info *hw_config)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov