Commit 4059a42c51f45566a7eb69f0c7af3ff65bee7a52

Authored by Takashi Iwai
1 parent 7bb2491b35

ALSA: hda - Enable mic-mute LED on more HP laptops

The newer HP laptops have SSID 103c:20xx and 103c:21xx, and these
usually have the mic-mute LED on Fn-F8.  Let's enable it, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

sound/pci/hda/patch_sigmatel.c
... ... @@ -2233,6 +2233,10 @@
2233 2233 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
2234 2234 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
2235 2235 "HP", STAC_92HD83XXX_HP_MIC_LED),
  2236 + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2000,
  2237 + "HP", STAC_92HD83XXX_HP_MIC_LED),
  2238 + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2100,
  2239 + "HP", STAC_92HD83XXX_HP_MIC_LED),
2236 2240 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2237 2241 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2238 2242 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,