summarylogtreecommitdiffstats
path: root/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch')
-rw-r--r--ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch b/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
new file mode 100644
index 000000000000..82ca9976ea95
--- /dev/null
+++ b/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
@@ -0,0 +1,32 @@
+From 8d06679b25fc6813eb2438fac7fa13f4f3c2ef37 Mon Sep 17 00:00:00 2001
+From: Stefan Binding <sbinding@opensource.cirrus.com>
+Date: Fri, 28 Oct 2022 11:27:42 +0100
+Subject: ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41
+
+This Asus Zenbook laptop use Realtek HDA codec combined with
+2xCS35L41 Amplifiers using I2C with Internal Boost.
+
+Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
+Cc: <stable@vger.kernel.org>
+Link: https://lore.kernel.org/r/20221028102742.2588687-1-sbinding@opensource.cirrus.com
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+---
+ sound/pci/hda/patch_realtek.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+(limited to 'sound/pci/hda/patch_realtek.c')
+
+diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
+index 701a72ec5629a..b4f7ff8cfe41b 100644
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -9404,6 +9404,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+ SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
+ SND_PCI_QUIRK(0x1043, 0x1c52, "ASUS Zephyrus G15 2022", ALC289_FIXUP_ASUS_GA401),
+ SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
++ SND_PCI_QUIRK(0x1043, 0x1f12, "ASUS UM5302", ALC287_FIXUP_CS35L41_I2C_2),
+ SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401),
+ SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
+ SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
+--
+cgit