diff options
author | Sven Hahne <hahne@zeitkunst.eu> | 2016-11-25 14:16:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-06 10:40:12 +0100 |
commit | 0f1047be4a9f8411c8ed9ba1a4bb63bfa6659e1c (patch) | |
tree | 595eca2c65d67022ce2c5119ced8c48a838d46ff /sound/pci | |
parent | fa2e770f88bcd50a34182792d06a1ff488cbac5c (diff) | |
download | linux-stable-0f1047be4a9f8411c8ed9ba1a4bb63bfa6659e1c.tar.gz linux-stable-0f1047be4a9f8411c8ed9ba1a4bb63bfa6659e1c.tar.bz2 linux-stable-0f1047be4a9f8411c8ed9ba1a4bb63bfa6659e1c.zip |
ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016
commit b5337cfe067e96b8a98699da90c7dcd2bec21133 upstream.
I'm using an Alienware 15 R2 and had to use the alienware quirks to
get my headphone output working.
I fixed it by adding, SND_PCI_QUIRK(0x1028, 0x0708, "Alienware 15 R2
2016", QUIRK_ALIENWARE) to the patch.
Signed-off-by: Sven Hahne <hahne@zeitkunst.eu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index ad06866d7c69..11b9b2f17a2e 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -780,6 +780,7 @@ static const struct hda_pintbl alienware_pincfgs[] = { static const struct snd_pci_quirk ca0132_quirks[] = { SND_PCI_QUIRK(0x1028, 0x0685, "Alienware 15 2015", QUIRK_ALIENWARE), SND_PCI_QUIRK(0x1028, 0x0688, "Alienware 17 2015", QUIRK_ALIENWARE), + SND_PCI_QUIRK(0x1028, 0x0708, "Alienware 15 R2 2016", QUIRK_ALIENWARE), {} }; |