patch-1.3.58 linux/drivers/sound/aedsp16.c

Next file: linux/drivers/sound/audio.c
Previous file: linux/drivers/sound/adlib_card.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.57/linux/drivers/sound/aedsp16.c linux/drivers/sound/aedsp16.c
@@ -32,10 +32,10 @@
 #include "sound_config.h"
 
 #ifndef AEDSP16_BASE
-#define EXCLUDE_AEDSP16
+#undef CONFIG_AEDSP16
 #endif
 
-#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_AEDSP16)
+#if defined(CONFIG_AEDSP16)
 /*
 
    READ THIS
@@ -865,4 +865,4 @@
 
 #endif /* 0 */
 
-#endif /* !EXCLUDE_AEDSP16 */
+#endif /* CONFIG_AEDSP16 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this