patch-2.0.13 linux/drivers/sound/mad16.c
Next file: linux/drivers/sound/sb_audio.c
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Aug 14 10:21:03 1996
- Orig file:
v2.0.12/linux/drivers/sound/mad16.c
- Orig date:
Sat Jul 6 11:31:42 1996
diff -u --recursive --new-file v2.0.12/linux/drivers/sound/mad16.c linux/drivers/sound/mad16.c
@@ -623,7 +623,7 @@
return;
}
-#if (defined(CONFIG_MPU401) || defined(CONFIG_MPU_EMU)) && defined(CONFIG_MIDI)
+#if defined(CONFIG_UART401) && defined(CONFIG_MIDI)
if (!already_initialized)
return;
@@ -636,7 +636,7 @@
int
probe_mad16_mpu (struct address_info *hw_config)
{
-#if (defined(CONFIG_MPU401) || defined(CONFIG_MPU_EMU)) && defined(CONFIG_MIDI)
+#if defined(CONFIG_UART401) && defined(CONFIG_MIDI)
static int mpu_attached = 0;
static int valid_ports[] =
{0x330, 0x320, 0x310, 0x300};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov