Update of /cvsroot/alsa/alsa-kernel/i2c/other
In directory sc8-pr-cvs1:/tmp/cvs-serv32650

Modified Files:
        ak4xxx-adda.c 
Log Message:
fixed the wrong handling of ADC/IPGA volumes of AK4524.



Index: ak4xxx-adda.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/i2c/other/ak4xxx-adda.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ak4xxx-adda.c       4 Jun 2003 12:02:21 -0000       1.4
+++ ak4xxx-adda.c       14 Jul 2003 10:29:39 -0000      1.5
@@ -41,7 +41,7 @@
 
        /* save the data */
        if (ak->type == SND_AK4524 || ak->type == SND_AK4528) {
-               if ((reg != 0x04 && reg != 0x05) || (reg & 0x80) == 0)
+               if ((reg != 0x04 && reg != 0x05) || (val & 0x80) == 0)
                        snd_akm4xxx_set(ak, chip, reg, val);
                else
                        snd_akm4xxx_set_ipga(ak, chip, reg, val);



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to