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

Modified Files:
        ice1724.c 
Log Message:
proceed even if the EEPROM bit is not set in I2C_CTRL register.
the register is screwed sometimes on some boards...



Index: ice1724.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ice1724.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ice1724.c   4 Jun 2003 12:02:22 -0000       1.11
+++ ice1724.c   17 Jul 2003 10:46:28 -0000      1.12
@@ -1583,8 +1583,8 @@
        struct snd_ice1712_card_info **tbl, *c;
 
        if ((inb(ICEREG1724(ice, I2C_CTRL)) & VT1724_I2C_EEPROM) == 0) {
-               snd_printk("ICE1724 has not detected EEPROM\n");
-               return -EIO;
+               snd_printk(KERN_WARNING "ICE1724 has not detected EEPROM\n");
+               // return -EIO;
        }
        ice->eeprom.subvendor = (snd_vt1724_read_i2c(ice, dev, 0x00) << 0) |
                                (snd_vt1724_read_i2c(ice, dev, 0x01) << 8) | 



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to