summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Bazley <sambazley@fastmail.com>2019-09-01 03:31:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-16 08:21:39 +0200
commita956998ac1c287ffd16b77adc4a90bde6eec3c6c (patch)
treef5237299467395ad856031b30b269df730f165c7
parentd11ca2d79334b6c7d447c14c0f139eee5fa5e84f (diff)
downloadlinux-stable-a956998ac1c287ffd16b77adc4a90bde6eec3c6c.tar.gz
linux-stable-a956998ac1c287ffd16b77adc4a90bde6eec3c6c.tar.bz2
linux-stable-a956998ac1c287ffd16b77adc4a90bde6eec3c6c.zip
ALSA: hda/realtek - Add quirk for HP Pavilion 15
commit d33cd42d86671bed870827aa399aeb9f1da74119 upstream. HP Pavilion 15 (AMD Ryzen-based model) with 103c:84e7 needs the same quirk like HP Envy/Spectre x360 for enabling the mute LED over Mic3 pin. [ rearranged in the SSID number order by tiwai ] Signed-off-by: Sam Bazley <sambazley@fastmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index aacb3d685108..b58e669c7d3b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6845,6 +6845,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x82c0, "HP G3 mini premium", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
+ SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),
SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),
SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),