patch-2.3.99-pre1 linux/drivers/sound/waveartist.c
Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/soundcard.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Sun Mar 12 19:39:39 2000
-  Orig file: 
v2.3.51/linux/drivers/sound/waveartist.c
-  Orig date: 
Tue Mar  7 14:32:26 2000
diff -u --recursive --new-file v2.3.51/linux/drivers/sound/waveartist.c linux/drivers/sound/waveartist.c
@@ -1771,6 +1771,18 @@
 
 static int __init init_waveartist(void)
 {
+	if (!io && machine_is_netwinder()) {
+		/*
+		 * The NetWinder WaveArtist is at a fixed address.
+		 * If the user does not supply an address, use the
+		 * well-known parameters.
+		 */
+		io   = 0x250;
+		irq  = 12;
+		dma  = 3;
+		dma2 = 7;
+	}
+
 	cfg.io_base = io;
 	cfg.irq = irq;
 	cfg.dma = dma;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)