patch-2.1.102 linux/drivers/sound/lowlevel/init.c

Next file: linux/drivers/sound/mad16.c
Previous file: linux/drivers/sound/lowlevel/Config.tmpl
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.101/linux/drivers/sound/lowlevel/init.c linux/drivers/sound/lowlevel/init.c
@@ -4,10 +4,9 @@
 
 #include "lowlevel.h"
 #include <linux/config.h>
+#include <linux/module.h>
 #include "../soundvers.h"
 
-#ifdef CONFIG_LOWLEVEL_SOUND
-
 #ifdef LOWLEVEL_MODULE
 char *lowlevel_version = SOUND_VERSION_STRING;
 #endif
@@ -61,4 +60,6 @@
 #endif
 
 }
-#endif
+
+EXPORT_SYMBOL(sound_init_lowlevel_drivers);
+EXPORT_SYMBOL(sound_unload_lowlevel_drivers);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov