summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor McAdams <conmanx360@gmail.com>2020-08-02 20:29:26 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-08-11 15:48:07 +0200
commitb743b82bdfa80bd45211a015419a305c2755a9d9 (patch)
tree83b8031b0e2e28c9afd7dbd9f6bc9db149b5ca25
parentea441daae389bf706a0722fe241993c0adf3cf9e (diff)
downloadlinux-b743b82bdfa80bd45211a015419a305c2755a9d9.tar.gz
linux-b743b82bdfa80bd45211a015419a305c2755a9d9.tar.bz2
linux-b743b82bdfa80bd45211a015419a305c2755a9d9.zip
ALSA: hda/ca0132 - Add new quirk ID for Recon3D.
commit cc5edb1bd3f7bfe450f767b12423f6673822427b upstream. Add a new quirk ID for the Recon3D, as tested by me. Signed-off-by: Connor McAdams <conmanx360@gmail.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20200803002928.8638-2-conmanx360@gmail.com 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 34fe753a46fb..b9f05b1f81c2 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -1182,6 +1182,7 @@ static const struct snd_pci_quirk ca0132_quirks[] = {
SND_PCI_QUIRK(0x1458, 0xA036, "Gigabyte GA-Z170X-Gaming 7", QUIRK_R3DI),
SND_PCI_QUIRK(0x3842, 0x1038, "EVGA X99 Classified", QUIRK_R3DI),
SND_PCI_QUIRK(0x1102, 0x0013, "Recon3D", QUIRK_R3D),
+ SND_PCI_QUIRK(0x1102, 0x0018, "Recon3D", QUIRK_R3D),
SND_PCI_QUIRK(0x1102, 0x0051, "Sound Blaster AE-5", QUIRK_AE5),
{}
};