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

Modified Files:
        ews.c 
Log Message:
fixed the variable declaration in C++ style.
should be compiled now.



Index: ews.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ews.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ews.c       17 Sep 2002 10:42:07 -0000      1.1
+++ ews.c       19 Sep 2002 15:23:43 -0000      1.2
@@ -325,6 +325,7 @@
 static int __devinit snd_ice1712_ews_init(ice1712_t *ice)
 {
        int err;
+       ak4524_t *ak;
 
        /* set the analog DACs */
        switch (ice->eeprom.subvendor) {
@@ -400,7 +401,7 @@
        }
 
        /* analog section */
-       ak4524_t *ak = &ice->ak4524;
+       ak = &ice->ak4524;
        switch (ice->eeprom.subvendor) {
        case ICE1712_SUBDEVICE_EWS88MT:
                ak->num_adcs = ak->num_dacs = 8;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to