]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/hda/patch_conexant.c
ALSA: hda - Add mute led support for HP ProBook 440 G4
[karo-tx-linux.git] / sound / pci / hda / patch_conexant.c
index e8253737c47a4080c36efb46b45b3228f7c7897a..8c1289963c802b34783a8a8b4af42ed55bbcd71c 100644 (file)
@@ -860,7 +860,9 @@ static const struct hda_fixup cxt_fixups[] = {
                        { 0x16, 0x21011020 }, /* line-out */
                        { 0x18, 0x2181103f }, /* line-in */
                        { }
-               }
+               },
+               .chained = true,
+               .chain_id = CXT_FIXUP_MUTE_LED_GPIO,
        },
        [CXT_FIXUP_HP_SPECTRE] = {
                .type = HDA_FIXUP_PINS,
@@ -931,6 +933,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
        SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE),
        SND_PCI_QUIRK(0x103c, 0x8115, "HP Z1 Gen3", CXT_FIXUP_HP_GATE_MIC),
        SND_PCI_QUIRK(0x103c, 0x814f, "HP ZBook 15u G3", CXT_FIXUP_MUTE_LED_GPIO),
+       SND_PCI_QUIRK(0x103c, 0x822e, "HP ProBook 440 G4", CXT_FIXUP_MUTE_LED_GPIO),
        SND_PCI_QUIRK(0x1043, 0x138d, "Asus", CXT_FIXUP_HEADPHONE_MIC_PIN),
        SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT_FIXUP_OLPC_XO),
        SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400", CXT_PINCFG_LENOVO_TP410),