summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Rekowski <p.rekowski@gmail.com>2019-08-19 22:40:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-06 10:23:35 +0200
commit6ff7b2c68d2276f26ebfa8edc7dc9c0591b66b1a (patch)
treeaafa4fab5850cd877272a5129aacf6a6910abd01
parent701ff405be9fa5a3a7ad8a7020d343d3bf3206fd (diff)
downloadlinux-stable-6ff7b2c68d2276f26ebfa8edc7dc9c0591b66b1a.tar.gz
linux-stable-6ff7b2c68d2276f26ebfa8edc7dc9c0591b66b1a.tar.bz2
linux-stable-6ff7b2c68d2276f26ebfa8edc7dc9c0591b66b1a.zip
ALSA: hda/ca0132 - Add new SBZ quirk
commit 2ca371d847511f97ef991ef612a2ce805489840e upstream. This patch adds a new PCI subsys ID for the SBZ, as found and tested by me and some reddit users. Link: https://lore.kernel.org/lkml/20190819204008.14426-1-p.rekowski@gmail.com Signed-off-by: Paweł Rekowski <p.rekowski@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--sound/pci/hda/patch_ca0132.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index c3096796ee05..c41865e1222c 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -1175,6 +1175,7 @@ static const struct snd_pci_quirk ca0132_quirks[] = {
SND_PCI_QUIRK(0x1028, 0x0708, "Alienware 15 R2 2016", QUIRK_ALIENWARE),
SND_PCI_QUIRK(0x1102, 0x0010, "Sound Blaster Z", QUIRK_SBZ),
SND_PCI_QUIRK(0x1102, 0x0023, "Sound Blaster Z", QUIRK_SBZ),
+ SND_PCI_QUIRK(0x1102, 0x0027, "Sound Blaster Z", QUIRK_SBZ),
SND_PCI_QUIRK(0x1102, 0x0033, "Sound Blaster ZxR", QUIRK_SBZ),
SND_PCI_QUIRK(0x1458, 0xA016, "Recon3Di", QUIRK_R3DI),
SND_PCI_QUIRK(0x1458, 0xA026, "Gigabyte G1.Sniper Z97", QUIRK_R3DI),