summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJurica Vukadin2019-02-07 16:29:37 +0100
committerGreg Kroah-Hartman2019-02-20 10:25:45 +0100
commit8715ba45d0087f3cb67e85819ea5d4fdf7a86c88 (patch)
treec6048ad2e452cb4268d23c6109ec35cbcc085120 /sound
parentperf/x86: Add check_period PMU callback (diff)
downloadkernel-qcow2-linux-8715ba45d0087f3cb67e85819ea5d4fdf7a86c88.tar.gz
kernel-qcow2-linux-8715ba45d0087f3cb67e85819ea5d4fdf7a86c88.tar.xz
kernel-qcow2-linux-8715ba45d0087f3cb67e85819ea5d4fdf7a86c88.zip
ALSA: hda - Add quirk for HP EliteBook 840 G5
commit 4cd3016ce996494f78fdfd87ea35c8ca5d0b413e upstream. This enables mute LED support and fixes switching jacks when the laptop is docked. Signed-off-by: Jurica Vukadin <jurica.vukadin@rt-rk.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_conexant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 31a84a5a1338..fead0acb29f7 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -924,6 +924,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
SND_PCI_QUIRK(0x103c, 0x807C, "HP EliteBook 820 G3", CXT_FIXUP_HP_DOCK),
SND_PCI_QUIRK(0x103c, 0x80FD, "HP ProBook 640 G2", CXT_FIXUP_HP_DOCK),
SND_PCI_QUIRK(0x103c, 0x828c, "HP EliteBook 840 G4", CXT_FIXUP_HP_DOCK),
+ SND_PCI_QUIRK(0x103c, 0x83b2, "HP EliteBook 840 G5", CXT_FIXUP_HP_DOCK),
SND_PCI_QUIRK(0x103c, 0x83b3, "HP EliteBook 830 G5", CXT_FIXUP_HP_DOCK),
SND_PCI_QUIRK(0x103c, 0x83d3, "HP ProBook 640 G4", CXT_FIXUP_HP_DOCK),
SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE),