Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7461

Modified Files:
        via82xx.c 
Log Message:
- fixed the dxs support of ASUS K8V.
- added a short delay in the codec read routine.



Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- via82xx.c   30 Jan 2004 11:48:08 -0000      1.81
+++ via82xx.c   2 Feb 2004 15:15:48 -0000       1.82
@@ -582,6 +582,7 @@
                        return 0xffff;
                }
                snd_via82xx_codec_xwrite(chip, xval);
+               udelay (20);
                if (snd_via82xx_codec_valid(chip, ac97->num) >= 0) {
                        udelay(25);
                        val = snd_via82xx_codec_xread(chip);
@@ -1979,7 +1980,7 @@
                { .vendor = 0x1019, .device = 0x0996, .action = VIA_DXS_48K },
                { .vendor = 0x1043, .device = 0x8095, .action = VIA_DXS_ENABLE }, /* 
ASUS A7V8X */
                { .vendor = 0x1043, .device = 0x80a1, .action = VIA_DXS_NO_VRA }, /* 
ASUS A7V8-X */
-               { .vendor = 0x1043, .device = 0x80b0, .action = VIA_DXS_ENABLE }, /* 
ASUS A7V600 */
+               { .vendor = 0x1043, .device = 0x80b0, .action = VIA_DXS_NO_VRA }, /* 
ASUS A7V600 & K8V*/ 
                { .vendor = 0x10cf, .device = 0x118e, .action = VIA_DXS_ENABLE }, /* 
FSC laptop */
                { .vendor = 0x1106, .device = 0x4161, .action = VIA_DXS_NO_VRA }, /* 
ASRock K7VT2 */
                { .vendor = 0x1297, .device = 0xa232, .action = VIA_DXS_ENABLE }, /* 
Shuttle ?? */



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to