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

Modified Files:
        ice1712.c 
Log Message:
Added RATE to proc contents

Index: ice1712.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ice1712.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ice1712.c   3 Dec 2002 21:15:29 -0000       1.14
+++ ice1712.c   7 Jan 2003 09:12:21 -0000       1.15
@@ -1681,12 +1681,11 @@
                        snd_iprintf(buffer, "  CCS%02x         : 0x%02x\n", idx, 
inb(ice->port+idx));
                for (idx = 0x0; idx < 0x30 ; idx++)
                        snd_iprintf(buffer, "  MT%02x         : 0x%02x\n", idx, 
inb(ice->profi_port+idx));
-
-       }
-       else {
+       } else {
                snd_iprintf(buffer, "  PSDOUT03         : 0x%04x\n", 
(unsigned)inw(ICEMT(ice, ROUTE_PSDOUT03)));
                snd_iprintf(buffer, "  CAPTURE          : 0x%08x\n", inl(ICEMT(ice, 
ROUTE_CAPTURE)));
                snd_iprintf(buffer, "  SPDOUT           : 0x%04x\n", 
(unsigned)inw(ICEMT(ice, ROUTE_SPDOUT)));
+               snd_iprintf(buffer, "  RATE             : 0x%02x\n", 
+(unsigned)inb(ICEMT(ice, RATE)));
        }
 }
 



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to