Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44715
b: refs/heads/master
c: 83af036
h: refs/heads/master
i:
  44713: e2e01a7
  44711: 5606ccc
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Dec 20, 2006
1 parent b1fd0cf commit f7c5139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd2033f27f346610b11b40a74ff7d1d023abcfd9
refs/heads/master: 83af036d9878dc5b7ba72efa52f066a25639740e
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_si3054.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f7c5139

Please sign in to comment.