|
@@ -243,7 +243,8 @@ static int si3054_init(struct hda_codec *codec)
|
|
|
|
|
|
if((val&SI3054_MEI_READY) != SI3054_MEI_READY) {
|
|
if((val&SI3054_MEI_READY) != SI3054_MEI_READY) {
|
|
snd_printk(KERN_ERR "si3054: cannot initialize. EXT MID = %04x\n", val);
|
|
snd_printk(KERN_ERR "si3054: cannot initialize. EXT MID = %04x\n", val);
|
|
- return -EACCES;
|
|
|
|
|
|
+ /* let's pray that this is no fatal error */
|
|
|
|
+ /* return -EACCES; */
|
|
}
|
|
}
|
|
|
|
|
|
SET_REG(codec, SI3054_GPIO_POLARITY, 0xffff);
|
|
SET_REG(codec, SI3054_GPIO_POLARITY, 0xffff);
|