diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-12-20 15:32:39 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-20 15:32:39 +0100 |
commit | db9c6f842fa957b41984cd8ceea1f07c53fb3fbf (patch) | |
tree | 5fb563b992b25b43a549b7b9a325d5dfdba6d9a5 /sound/pci/hda/patch_sigmatel.c | |
parent | ALSA: hda - Check non-snoop in a single place (diff) | |
parent | ALSA: HDA: Use LPIB Position fix for Intel SCH Poulsbo (diff) | |
download | linux-db9c6f842fa957b41984cd8ceea1f07c53fb3fbf.tar.xz linux-db9c6f842fa957b41984cd8ceea1f07c53fb3fbf.zip |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 65f517930991..aaed004eacc5 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -4925,6 +4925,12 @@ static int find_mute_led_cfg(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; + } } /* |