From 38258378f0ec6da5b25df147a96c16cd02c705c4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Apr 2020 21:29:30 +0200 Subject: [PATCH] 4.19-stable patches added patches: alsa-hda-ca0132-add-recon3di-quirk-to-handle-integrated-sound-on-evga-x99-classified-motherboard.patch --- ...d-on-evga-x99-classified-motherboard.patch | 40 +++++++++++++++++++ queue-4.19/series | 1 + 2 files changed, 41 insertions(+) create mode 100644 queue-4.19/alsa-hda-ca0132-add-recon3di-quirk-to-handle-integrated-sound-on-evga-x99-classified-motherboard.patch diff --git a/queue-4.19/alsa-hda-ca0132-add-recon3di-quirk-to-handle-integrated-sound-on-evga-x99-classified-motherboard.patch b/queue-4.19/alsa-hda-ca0132-add-recon3di-quirk-to-handle-integrated-sound-on-evga-x99-classified-motherboard.patch new file mode 100644 index 00000000000..61f6ab05d69 --- /dev/null +++ b/queue-4.19/alsa-hda-ca0132-add-recon3di-quirk-to-handle-integrated-sound-on-evga-x99-classified-motherboard.patch @@ -0,0 +1,40 @@ +From e9097e47e349b747dee50f935216de0ffb662962 Mon Sep 17 00:00:00 2001 +From: Geoffrey Allott +Date: Thu, 19 Mar 2020 14:00:48 +0000 +Subject: ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated sound on EVGA X99 Classified motherboard + +From: Geoffrey Allott + +commit e9097e47e349b747dee50f935216de0ffb662962 upstream. + +I have a system which has an EVGA X99 Classified motherboard. The pin +assignments for the HD Audio controller are not correct under Linux. +Windows 10 works fine and informs me that it's using the Recon3Di +driver, and on Linux, `cat +/sys/class/sound/card0/device/subsystem_{vendor,device}` yields + +0x3842 +0x1038 + +This patch adds a corresponding entry to the quirk list. + +Signed-off-by: Geoffrey Allott +Cc: +Link: https://lore.kernel.org/r/a6cd56b678c00ce2db3685e4278919f2584f8244.camel@allott.email +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman + +--- + sound/pci/hda/patch_ca0132.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/sound/pci/hda/patch_ca0132.c ++++ b/sound/pci/hda/patch_ca0132.c +@@ -1069,6 +1069,7 @@ static const struct snd_pci_quirk ca0132 + SND_PCI_QUIRK(0x1458, 0xA016, "Recon3Di", QUIRK_R3DI), + SND_PCI_QUIRK(0x1458, 0xA026, "Gigabyte G1.Sniper Z97", QUIRK_R3DI), + 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), + {} + }; diff --git a/queue-4.19/series b/queue-4.19/series index 71648b0aa46..99a35f6a8bf 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -18,3 +18,4 @@ coresight-do-not-use-the-bit-macro-in-the-uapi-header.patch mei-me-add-cedar-fork-device-ids.patch extcon-axp288-add-wakeup-support.patch power-supply-axp288_charger-add-special-handling-for-hp-pavilion-x2-10.patch +alsa-hda-ca0132-add-recon3di-quirk-to-handle-integrated-sound-on-evga-x99-classified-motherboard.patch -- 2.47.3