patch-2.4.3 linux/drivers/sound/msnd_pinnacle.c
Next file: linux/drivers/sound/opl3sa2.c
Previous file: linux/drivers/sound/maestro3.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Mar 6 19:44:37 2001
- Orig file:
v2.4.2/linux/drivers/sound/msnd_pinnacle.c
- Orig date:
Wed Feb 21 18:20:35 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/sound/msnd_pinnacle.c linux/drivers/sound/msnd_pinnacle.c
@@ -47,7 +47,9 @@
#include "sound_config.h"
#include "sound_firmware.h"
#ifdef MSND_CLASSIC
+# ifndef __alpha__
# define SLOWIO
+# endif
#endif
#include "msnd.h"
#ifdef MSND_CLASSIC
@@ -1403,7 +1405,6 @@
return 0;
}
-#ifdef MODULE
static void __exit unload_multisound(void)
{
release_region(dev.io, dev.numio);
@@ -1412,7 +1413,6 @@
unregister_sound_dsp(dev.dsp_minor);
msnd_unregister(&dev);
}
-#endif
#ifndef MSND_CLASSIC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)