Last active
September 6, 2023 10:19
-
-
Save PoSayDone/ec01ba84e5aad40f229b034f6beec5d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/sound/pci/hda/patch_realtek.c 2023-06-08 23:31:47.547406502 +0500 | |
+++ b/sound/pci/hda/patch_realtek.c 2023-06-08 23:39:27.371595686 +0500 | |
@@ -9554,7 +9554,8 @@ static const struct snd_pci_quirk alc269 | |
SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC), | |
SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401), | |
SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE), | |
- SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402", ALC245_FIXUP_CS35L41_SPI_2), | |
+ SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402ZA", ALC245_FIXUP_CS35L41_SPI_2), | |
+ SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS UX3402VA", ALC245_FIXUP_CS35L41_SPI_2), | |
SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502), | |
SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2), | |
SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a bit of a linux newby in regards to kernels etc. Is there any chance you could elaborate on how to apply this patch? I would really love to get my sound working (UX3402VA) :')