From ba927902fcbc78aa0d23d47b0249282e37790e55 Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 10 Dec 2024 20:33:46 +0100 Subject: [PATCH] Delete patches/asus.patch --- patches/asus.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 patches/asus.patch diff --git a/patches/asus.patch b/patches/asus.patch deleted file mode 100644 index 98677be..0000000 --- a/patches/asus.patch +++ /dev/null @@ -1,27 +0,0 @@ -From "Luke D. Jones" <> -Subject [PATCH] ALSA: hda/realtek: fixup ASUS GA605W -Date Thu, 10 Oct 2024 09:58:00 +1300 -The GA605W laptop has almost the exact same codec setup as the GA403 -and so the same quirks apply to it. - -Signed-off-by: Luke D. Jones ---- - sound/pci/hda/patch_realtek.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 41e1119877b3..19b0bae074b6 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -10507,7 +10507,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, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS), - SND_PCI_QUIRK(0x1043, 0x1e63, "ASUS H7606W", ALC285_FIXUP_CS35L56_I2C_2), -- SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_CS35L56_I2C_2), -+ SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_ASUS_GA403U_HEADSET_MIC), - SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x1ed3, "ASUS HN7306W", ALC287_FIXUP_CS35L41_I2C_2), - SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2), --- -2.46.2 -