diff options
author | Gabriele Martino <g.martino@gmx.com> | 2015-12-09 17:05:58 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-09 17:06:07 +0100 |
commit | 5328e1ea87fb2b5cf695115df4325c1913209e97 (patch) | |
tree | 6c87d18f99734a830164c99cfa96e5900e2d6f03 /sound/pci | |
parent | 9a811230481243f384b8036c6a558bfdbd961f78 (diff) | |
download | blackbird-op-linux-5328e1ea87fb2b5cf695115df4325c1913209e97.tar.gz blackbird-op-linux-5328e1ea87fb2b5cf695115df4325c1913209e97.zip |
ALSA: hda/ca0132 - quirk for Alienware 17 2015
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@gmx.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index f8a12ca477f1..4ef2259f88ca 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), {} }; |