Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv17462
Modified Files:
intel8x0.c
Log Message:
Proper clear semaphore i/o? <[EMAIL PROTECTED]>
Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- intel8x0.c 3 Dec 2003 13:39:06 -0000 1.99
+++ intel8x0.c 16 Jan 2004 14:45:51 -0000 1.100
@@ -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)));
- iagetword(chip, 0); /* clear semaphore flag */
+ iaputword(chip, 0, 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