patch-2.1.63 linux/drivers/sound/mad16.c
Next file: linux/drivers/sound/maui.c
Previous file: linux/drivers/sound/lowlevel/awe_wave.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Sep 30 08:46:52 1997
- Orig file:
v2.1.62/linux/drivers/sound/mad16.c
- Orig date:
Tue Mar 4 10:25:25 1997
diff -u --recursive --new-file v2.1.62/linux/drivers/sound/mad16.c linux/drivers/sound/mad16.c
@@ -60,7 +60,7 @@
#include "sound_config.h"
-#if defined(CONFIG_MAD16)
+#ifdef CONFIG_MAD16
#include "sb.h"
@@ -297,8 +297,7 @@
if ((inb (hw_config->io_base + 3) & 0x3f) != 0x04 &&
(inb (hw_config->io_base + 3) & 0x3f) != 0x00)
{
- DDB (printk ("No MSS signature detected on port 0x%x (0x%x)\n",
- hw_config->io_base, inb (hw_config->io_base + 3)));
+ DDB (printk ("No MSS signature detected on port 0x%x (0x%x)\n", hw_config->io_base, inb (hw_config->io_base + 3)));
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov