patch-2.1.102 linux/drivers/sound/sb_card.c
Next file: linux/drivers/sound/sb_common.c
Previous file: linux/drivers/sound/sb_audio.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu May 14 10:33:17 1998
- Orig file:
v2.1.101/linux/drivers/sound/sb_card.c
- Orig date:
Wed Apr 8 19:36:27 1998
diff -u --recursive --new-file v2.1.101/linux/drivers/sound/sb_card.c linux/drivers/sound/sb_card.c
@@ -17,7 +17,7 @@
#include "sound_config.h"
#include "soundmodule.h"
-#if defined(CONFIG_SBDSP) || defined (MODULE)
+#ifdef CONFIG_SBDSP
#include "sb_mixer.h"
#include "sb.h"
@@ -142,7 +142,6 @@
int acer = 0;
#endif
#endif
-#endif
EXPORT_SYMBOL(sb_dsp_init);
EXPORT_SYMBOL(sb_dsp_detect);
@@ -152,3 +151,5 @@
EXPORT_SYMBOL(probe_sb);
EXPORT_SYMBOL(unload_sb);
EXPORT_SYMBOL(sb_be_quiet);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov