patch-2.1.87 linux/drivers/sound/trix.c
Next file: linux/fs/adfs/super.c
Previous file: linux/drivers/sound/sscape.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Feb 15 12:10:13 1998
- Orig file:
v2.1.86/linux/drivers/sound/trix.c
- Orig date:
Tue Dec 23 13:52:02 1997
diff -u --recursive --new-file v2.1.86/linux/drivers/sound/trix.c linux/drivers/sound/trix.c
@@ -27,7 +27,7 @@
#endif
#endif
-#ifdef TRIX_HAVE_BOOT
+#ifdef CONFIG_TRIX_HAVE_BOOT
#include "trix_boot.h"
#else
static unsigned char *trix_boot = NULL;
@@ -506,12 +506,12 @@
if (sb_io != -1 && (sb_irq == -1 || sb_dma == -1))
{
- printk(KERN_INFO "SB_IRQ and SB_DMA must be specified if SB_IO is set.\n");
+ printk(KERN_INFO "CONFIG_SB_IRQ and CONFIG_SB_DMA must be specified if SB_IO is set.\n");
return -EINVAL;
}
if (mpu_io != -1 && mpu_irq == -1)
{
- printk(KERN_INFO "MPU_IRQ must be specified if MPU_IO is set.\n");
+ printk(KERN_INFO "CONFIG_MPU_IRQ must be specified if MPU_IO is set.\n");
return -EINVAL;
}
if (!trix_boot)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov