patch-1.3.18 linux/drivers/sound/trix.c
Next file: linux/fs/ext2/CHANGES
Previous file: linux/drivers/sound/soundvers.h
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Sat Aug 12 21:54:36 1995
- Orig file:
v1.3.17/linux/drivers/sound/trix.c
- Orig date:
Tue Jul 11 10:02:55 1995
diff -u --recursive --new-file v1.3.17/linux/drivers/sound/trix.c linux/drivers/sound/trix.c
@@ -88,11 +88,11 @@
if (kilroy_was_here) /* Already initialized */
return 0;
- kilroy_was_here = 1;
-
if (trix_read (0x15) != 0x71) /* No asic signature */
return 0;
+ kilroy_was_here = 1;
+
/*
* Disable separate wave playback and recording DMA channels since
* the driver doesn't support duplex mode yet.
@@ -276,12 +276,17 @@
long
attach_trix_mpu (long mem_start, struct address_info *hw_config)
{
+#if (!defined(EXCLUDE_MPU401) || !defined(EXCLUDE_MPU_EMU)) && !defined(EXCLUDE_MIDI)
return attach_mpu401 (mem_start, hw_config);
+#else
+ return mem_start;
+#endif
}
int
probe_trix_mpu (struct address_info *hw_config)
{
+#if (!defined(EXCLUDE_MPU401) || !defined(EXCLUDE_MPU_EMU)) && !defined(EXCLUDE_MIDI)
unsigned char conf;
static char irq_bits[] =
{-1, -1, -1, 1, 2, 3, -1, 4, -1, 5};
@@ -326,6 +331,9 @@
mpu_initialized = 1;
return probe_mpu401 (hw_config);
+#else
+ return 0;
+#endif
}
#endif
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this