Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv12182

Modified Files:
        intel8x0.c 
Log Message:
Writing 0 to reset register seems like a bad idea, reverting semaphore code

Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- intel8x0.c  16 Jan 2004 14:45:51 -0000      1.100
+++ intel8x0.c  17 Jan 2004 10:31:38 -0000      1.101
@@ -566,7 +566,7 @@
         * continue the access. We don't need the semaphore anyway. */
        snd_printk("codec_semaphore: semaphore is not ready [0x%x][0x%x]\n",
                        igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, 
ICHREG(GLOB_STA)));
-       iaputword(chip, 0, 0);  /* clear semaphore flag */
+       iagetword(chip, 0);     /* clear semaphore flag */
        /* I don't care about the semaphore */
        return -EBUSY;
 }



-------------------------------------------------------
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