Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276716
b: refs/heads/master
c: e2ef36c
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo Maciel Dias Vieira authored and Takashi Iwai committed Dec 13, 2011
1 parent e0cb10e commit 94b5a5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c89fe3b51a2f8068f2f9faa9c48584151416583
refs/heads/master: e2ef36c688d5844a986424c3194bd33212c968ce
6 changes: 6 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4929,6 +4929,12 @@ static int find_mute_led_gpio(struct hda_codec *codec, int default_polarity)
set_hp_led_gpio(codec);
return 1;
}
/* BIOS bug: unfilled OEM string */
if (strstr(dev->name, "HP_Mute_LED_P_G")) {
set_hp_led_gpio(codec);
spec->gpio_led_polarity = 1;
return 1;
}
}

/*
Expand Down

0 comments on commit 94b5a5e

Please sign in to comment.