Commit f9afed1f7fcadcad2b91f79aa81adf9456864117

Authored by Takashi Iwai
1 parent 2faea5274f

ALSA: hda - Apply mic-mute LED fixup for new HP laptops

It's mostly harmless to apply it for new models even if they have no
mic mute LED (just toggling an unused GPIO pin).

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

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

sound/pci/hda/patch_sigmatel.c
... ... @@ -2209,6 +2209,8 @@
2209 2209 "HP Envy Spectre", STAC_HP_ENVY_BASS),
2210 2210 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
2211 2211 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
  2212 + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
  2213 + "HP", STAC_92HD83XXX_HP_MIC_LED),
2212 2214 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2213 2215 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2214 2216 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,