* [PATCH] patch_ca0132: add quirk for EVGA Z390 DARK
@ 2022-11-04 20:29 Xian Wang
2022-11-05 7:02 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Xian Wang @ 2022-11-04 20:29 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel, linux-kernel, Xian Wang, stable
The Z390 DARK mainboard uses a CA0132 audio controller. The quirk is
needed to enable surround sound and 3.5mm headphone jack handling in
the front audio connector as well as in the rear of the board when in
stereo mode.
Page 97 of the linked manual contains instructions to setup the
controller.
Link: https://www.evga.com/support/manuals/files/131-CS-E399.pdf
Cc: stable@vger.kernel.org
Signed-off-by: Xian Wang <dev@xianwang.io>
---
sound/pci/hda/patch_ca0132.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 9580fe00cbd9..0a292bf271f2 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -1306,6 +1306,7 @@ static const struct snd_pci_quirk ca0132_quirks[] = {
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(0x3842, 0x1055, "EVGA Z390 DARK", 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),
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] patch_ca0132: add quirk for EVGA Z390 DARK
2022-11-04 20:29 [PATCH] patch_ca0132: add quirk for EVGA Z390 DARK Xian Wang
@ 2022-11-05 7:02 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-11-05 7:02 UTC (permalink / raw)
To: Xian Wang; +Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel, stable
On Fri, 04 Nov 2022 21:29:13 +0100,
Xian Wang wrote:
>
> The Z390 DARK mainboard uses a CA0132 audio controller. The quirk is
> needed to enable surround sound and 3.5mm headphone jack handling in
> the front audio connector as well as in the rear of the board when in
> stereo mode.
>
> Page 97 of the linked manual contains instructions to setup the
> controller.
>
> Link: https://www.evga.com/support/manuals/files/131-CS-E399.pdf
>
> Cc: stable@vger.kernel.org
>
> Signed-off-by: Xian Wang <dev@xianwang.io>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-05 7:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 20:29 [PATCH] patch_ca0132: add quirk for EVGA Z390 DARK Xian Wang
2022-11-05 7:02 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox