From f7c5139e10a8d45b60bc9a337ea46a8d16290e41 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 10 Oct 2006 20:01:01 +0200 Subject: [PATCH] --- yaml --- r: 44715 b: refs/heads/master c: 83af036d9878dc5b7ba72efa52f066a25639740e h: refs/heads/master i: 44713: e2e01a715edc74453123cf29628b34fc818ccc10 44711: 5606cccbea7aa9eb6af4796c2c399fe31ea8e765 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_si3054.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 046f5bf02ebc..799cb25051f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd2033f27f346610b11b40a74ff7d1d023abcfd9 +refs/heads/master: 83af036d9878dc5b7ba72efa52f066a25639740e diff --git a/trunk/sound/pci/hda/patch_si3054.c b/trunk/sound/pci/hda/patch_si3054.c index cc87dff1eb56..ed5e45e35963 100644 --- a/trunk/sound/pci/hda/patch_si3054.c +++ b/trunk/sound/pci/hda/patch_si3054.c @@ -243,7 +243,8 @@ static int si3054_init(struct hda_codec *codec) if((val&SI3054_MEI_READY) != SI3054_MEI_READY) { 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);