From: Gabriele Martino Date: Wed, 9 Dec 2015 16:05:58 +0000 (+0100) Subject: ALSA: hda/ca0132 - quirk for Alienware 17 2015 X-Git-Tag: v4.3.5~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9183e8d894e8e6d4bbe98fac93183ffcddc5d461;p=thirdparty%2Fkernel%2Fstable.git ALSA: hda/ca0132 - quirk for Alienware 17 2015 commit 5328e1ea87fb2b5cf695115df4325c1913209e97 upstream. The Alienware 17 (2015) has the same card and pin configuration of the Alienware 15, so the same quirks must be applied. Signed-off-by: Gabriele Martino Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 186792fe226e0..5b8a5b84a03c5 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -778,7 +778,8 @@ static const struct hda_pintbl alienware_pincfgs[] = { }; static const struct snd_pci_quirk ca0132_quirks[] = { - SND_PCI_QUIRK(0x1028, 0x0685, "Alienware 15", QUIRK_ALIENWARE), + SND_PCI_QUIRK(0x1028, 0x0685, "Alienware 15 2015", QUIRK_ALIENWARE), + SND_PCI_QUIRK(0x1028, 0x0688, "Alienware 17 2015", QUIRK_ALIENWARE), {} };