summarylogtreecommitdiffstats
path: root/patch-realtek-um5302ta-quirk.patch
diff options
context:
space:
mode:
authorHikari Hayashi2022-08-15 22:15:50 +0800
committerHikari Hayashi2022-08-15 23:25:45 +0800
commit5966c84a5e1c821986b1e7ce3df9372ed8192a63 (patch)
tree2de2ae3a41b57b8b9328a4b3728c10c4c1a54b09 /patch-realtek-um5302ta-quirk.patch
parentd37585e9135b331155751f8a49dd1d85b84cf582 (diff)
downloadaur-5966c84a5e1c821986b1e7ce3df9372ed8192a63.tar.gz
6.0-rc1
Diffstat (limited to 'patch-realtek-um5302ta-quirk.patch')
-rw-r--r--patch-realtek-um5302ta-quirk.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patch-realtek-um5302ta-quirk.patch b/patch-realtek-um5302ta-quirk.patch
new file mode 100644
index 000000000000..ddcded4f3e63
--- /dev/null
+++ b/patch-realtek-um5302ta-quirk.patch
@@ -0,0 +1,12 @@
+diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
+index fd630d62b5a0..3c31bd17e091 100644
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -9313,6 +9313,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+ SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
+ SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
+ SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
++ SND_PCI_QUIRK(0x1043, 0x1f12, "ASUS UM5302TA", ALC287_FIXUP_CS35L41_I2C_2),
+ SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
+ SND_PCI_QUIRK(0x1043, 0x16b2, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
+ SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),