[4.2.y-ckt stable] Patch "ALSA: hda/ca0132 - quirk for Alienware 17 2015" has been added to staging queue

Kamal Mostafa kamal at canonical.com
Fri Jan 15 20:12:50 UTC 2016


This is a note to let you know that I have just added a patch titled

    ALSA: hda/ca0132 - quirk for Alienware 17 2015

to the linux-4.2.y-queue branch of the 4.2.y-ckt extended stable tree 
which can be found at:

    http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-4.2.y-queue

This patch is scheduled to be released in version 4.2.8-ckt2.

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 4.2.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

---8<------------------------------------------------------------

>From ba5d4ae39c61e3d281deaa3684972238934851a6 Mon Sep 17 00:00:00 2001
From: Gabriele Martino <g.martino at gmx.com>
Date: Wed, 9 Dec 2015 17:05:58 +0100
Subject: 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 <g.martino at gmx.com>
Signed-off-by: Takashi Iwai <tiwai at suse.de>
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 sound/pci/hda/patch_ca0132.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 0f039abe..470ecc8 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -764,7 +764,8 @@ enum {
 };

 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),
 	{}
 };

--
1.9.1





More information about the kernel-team mailing list