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

Modified Files:
        ice1712.h 
Log Message:
Seems that PKB and CAP counts are oppositecvs -z3 diff -u ice1712.h

Index: ice1712.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ice1712.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ice1712.h   9 May 2003 14:10:36 -0000       1.13
+++ ice1712.h   15 Jul 2003 08:25:31 -0000      1.14
@@ -86,8 +86,8 @@
  *  Indirect registers
  */
 
-#define ICE1712_IREG_PBK_COUNT_HI      0x00
-#define ICE1712_IREG_PBK_COUNT_LO      0x01
+#define ICE1712_IREG_PBK_COUNT_LO      0x00
+#define ICE1712_IREG_PBK_COUNT_HI      0x01
 #define ICE1712_IREG_PBK_CTRL          0x02
 #define ICE1712_IREG_PBK_LEFT          0x03    /* left volume */
 #define ICE1712_IREG_PBK_RIGHT         0x04    /* right volume */
@@ -95,8 +95,8 @@
 #define ICE1712_IREG_PBK_RATE_LO       0x06
 #define ICE1712_IREG_PBK_RATE_MID      0x07
 #define ICE1712_IREG_PBK_RATE_HI       0x08
-#define ICE1712_IREG_CAP_COUNT_HI      0x10
-#define ICE1712_IREG_CAP_COUNT_LO      0x11
+#define ICE1712_IREG_CAP_COUNT_LO      0x10
+#define ICE1712_IREG_CAP_COUNT_HI      0x11
 #define ICE1712_IREG_CAP_CTRL          0x12
 #define ICE1712_IREG_GPIO_DATA         0x20
 #define ICE1712_IREG_GPIO_WRITE_MASK   0x21



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