Update of /cvsroot/alsa/alsa-driver/pci/au88x0
In directory sc8-pr-cvs1:/tmp/cvs-serv13309
Modified Files:
au88x0.c
Log Message:
Don't do pci fixup for default value - 255
Index: au88x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au88x0.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- au88x0.c 12 Jan 2004 18:20:55 -0000 1.5
+++ au88x0.c 13 Jan 2004 08:39:14 -0000 1.6
@@ -78,6 +78,10 @@
fix = 3; // do latency and via bridge workaround
}
}
+
+ /* default value - nothing to do */
+ if (fix == 255)
+ return;
/* fix vortex latency */
if(fix & 0x01) {
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog