summarylogtreecommitdiffstats
path: root/0004-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch')
-rw-r--r--0004-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0004-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch b/0004-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch
deleted file mode 100644
index 79ab0da9dd08..000000000000
--- a/0004-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 3c40d470339e5a8cdabcc52169dfc11404c6182d Mon Sep 17 00:00:00 2001
-From: "Luke D. Jones" <luke@ljones.dev>
-Date: Mon, 24 Apr 2023 18:39:51 +1200
-Subject: [PATCH 4/7] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
-
-Add quirk for GU603 with 0x1c62 variant of codec.
-
-Signed-off-by: Luke D. Jones <luke@ljones.dev>
----
- sound/pci/hda/patch_realtek.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
-index 3b9f077a227f..87839bf77b5a 100644
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -9519,6 +9519,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
- SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
- SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
- SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
-+ SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
- SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
- SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
- SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
---
-2.40.0
-