patch-1.3.74 linux/drivers/sound/Readme.linux

Next file: linux/drivers/sound/ad1848.c
Previous file: linux/drivers/sound/Readme.cards
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.73/linux/drivers/sound/Readme.linux linux/drivers/sound/Readme.linux
@@ -165,6 +165,23 @@
 ln -s /dev/dsp0 /dev/dsp
 
 #
+#	DSPW		(14, 5)
+#
+if [ -e /dev/dspW ]; then
+	rm -f /dev/dspW
+fi
+if [ -e /dev/dspW0 ]; then
+	rm -f /dev/dspW0
+fi
+mknod -m 666 /dev/dspW0 c 14 5
+ln -s /dev/dspW0 /dev/dspW
+
+if [ -e /dev/dspW1 ]; then
+	rm -f /dev/dspW1
+fi
+mknod -m 666 /dev/dspW1 c 14 37
+
+#
 #	SPARC compatible /dev/audio	(14, 4)	
 #
 if [ -e /dev/audio ]; then

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this