Re: [alsa-devel] [PATCH] ALSA:hda - Fix mute-LED setup for HP dv5 laptop
At Fri, 26 Oct 2012 12:51:53 -0200, Gustavo Maciel Dias Vieira wrote:
The BIOS on HP dv5 doesn't have the DMI string to guide the setup of mute led GPIO and polarity. Associate this laptop with the hp-inv-led model.
Signed-off-by: Gustavo Maciel Dias Vieira gustavo@sagui.org Tested-by: Vinícius Angiolucci angiolucci@gmail.com
The tester was using a module option to set the correct model. Let's support it out of the box.
Thanks, applied now.
Takashi
Abraços, Gustavo
sound/pci/hda/patch_sigmatel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 6214165..962a948 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1764,6 +1764,8 @@ static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = { "HP", STAC_HP_ZEPHYR), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660, "HP Mini", STAC_92HD83XXX_HP_LED),
- SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
{} /* terminator */"HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
};
-- 1.7.7.6
participants (1)
-
Takashi Iwai