Update of /cvsroot/alsa/alsa-kernel/isa/cs423x
In directory sc8-pr-cvs1:/tmp/cvs-serv5537/cs423x

Modified Files:
        cs4231_lib.c 
Log Message:
Fixed typo by Deuce <[EMAIL PROTECTED]>

Index: cs4231_lib.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/cs423x/cs4231_lib.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- cs4231_lib.c        7 Jan 2003 10:19:15 -0000       1.24
+++ cs4231_lib.c        8 Jan 2003 10:08:25 -0000       1.25
@@ -158,7 +158,7 @@
        } else {
 #endif
 #ifdef SBUS_SUPPORT
-               return sbus_writeb(chip->port + (offset << 2));
+               return sbus_readb(chip->port + (offset << 2));
 #endif
 #ifdef EBUS_SUPPORT
        }



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to