summarylogtreecommitdiffstats
path: root/v0-ALSA-hda-realtek-Add-quirk-for-ASUS-UM5302TA.patch
diff options
context:
space:
mode:
Diffstat (limited to 'v0-ALSA-hda-realtek-Add-quirk-for-ASUS-UM5302TA.patch')
-rw-r--r--v0-ALSA-hda-realtek-Add-quirk-for-ASUS-UM5302TA.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/v0-ALSA-hda-realtek-Add-quirk-for-ASUS-UM5302TA.patch b/v0-ALSA-hda-realtek-Add-quirk-for-ASUS-UM5302TA.patch
new file mode 100644
index 000000000000..91ec33f96dca
--- /dev/null
+++ b/v0-ALSA-hda-realtek-Add-quirk-for-ASUS-UM5302TA.patch
@@ -0,0 +1,12 @@
+diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
+index cee69fa7e246..2e4dbd14e43f 100644
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -9137,6 +9137,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),