patch-2.1.110 linux/drivers/sound/dev_table.h
Next file: linux/drivers/sound/mad16.c
Previous file: linux/drivers/sound/cs4232.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Sat Jul 18 14:11:41 1998
- Orig file:
v2.1.109/linux/drivers/sound/dev_table.h
- Orig date:
Thu Jul 16 18:09:26 1998
diff -u --recursive --new-file v2.1.109/linux/drivers/sound/dev_table.h linux/drivers/sound/dev_table.h
@@ -30,6 +30,7 @@
#define SNDCARD_OPL3SA1_MPU 40
#define SNDCARD_SOFTOSS 36
#define SNDCARD_VMIDI 37
+#define SNDCARD_WAVEFRONT 41
void attach_opl3sa_wss (struct address_info *hw_config);
int probe_opl3sa_wss (struct address_info *hw_config);
@@ -408,6 +409,8 @@
#ifdef CONFIG_SOUND_CS4232
{"CS4232", 0, SNDCARD_CS4232, "CS4232", attach_cs4232, probe_cs4232, unload_cs4232},
+#endif
+#ifdef CONFIG_CS4232_MPU_BASE
{"CS4232MPU", 0, SNDCARD_CS4232_MPU, "CS4232 MIDI", attach_cs4232_mpu, probe_cs4232_mpu, unload_cs4232_mpu},
#endif
@@ -432,6 +435,10 @@
attach_uart401, probe_uart401, unload_uart401},
#endif
+#if defined(CONFIG_SOUND_WAVEFRONT)
+ {"WAVEFRONT", 0, SNDCARD_WAVEFRONT,"TB WaveFront", attach_wavefront, probe_wavefront, unload_wavefront},
+#endif
+
#if defined(CONFIG_SOUND_MAUI)
{"MAUI", 0, SNDCARD_MAUI,"TB Maui", attach_maui, probe_maui, unload_maui},
#endif
@@ -594,6 +601,10 @@
#ifdef SB2_BASE
{SNDCARD_SB, {SB2_BASE, SB2_IRQ, SB2_DMA, SB2_DMA2}, SND_DEFAULT_ENABLE},
#endif
+#endif
+
+#if defined(CONFIG_WAVEFRONT)
+ {SNDCARD_WAVEFRONT, {WAVEFRONT_BASE, WAVEFRONT_IRQ, 0, -1}, SND_DEFAULT_ENABLE},
#endif
#ifdef CONFIG_SOUND_MAUI
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov