summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2018-05-07 09:28:45 -0600
committerTakashi Iwai <tiwai@suse.de>2018-05-13 18:55:46 +0200
commit2f0d520a1a73555ac51c19cd494493f60b4c1cea (patch)
tree7a27b5a9bd3b50e32026061762d6f1e9d5fead17
parent21493316a3c4598f308d5a9fa31cc74639c4caff (diff)
downloadlinux-2f0d520a1a73555ac51c19cd494493f60b4c1cea.tar.gz
linux-2f0d520a1a73555ac51c19cd494493f60b4c1cea.tar.bz2
linux-2f0d520a1a73555ac51c19cd494493f60b4c1cea.zip
ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID. Signed-off-by: Jeremy Soller <jeremy@system76.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 2dd34dd77447..01a6643fc7d4 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2363,6 +2363,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {
SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),
SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),
SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950),
+ SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950),
SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),