From: Greg Kroah-Hartman Date: Sun, 11 Jun 2023 07:54:18 +0000 (+0200) Subject: drop an alsa patch X-Git-Tag: v4.14.318~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41274941c79c72a8ac6b3fd323118b8825f59034;p=thirdparty%2Fkernel%2Fstable-queue.git drop an alsa patch --- diff --git a/queue-4.14/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch b/queue-4.14/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch deleted file mode 100644 index 080a59ce9c2..00000000000 --- a/queue-4.14/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 Mon Sep 17 00:00:00 2001 -From: Stefan Binding -Date: Mon, 5 Jun 2023 16:33:08 +0100 -Subject: ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 - -From: Stefan Binding - -commit 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 upstream. - -Add support for Asus ROG 2024 models using CS35L41 SPI with Internal -Boost. - -Signed-off-by: Stefan Binding -Cc: -Link: https://lore.kernel.org/r/20230605153308.448550-1-sbinding@opensource.cirrus.com -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman ---- - sound/pci/hda/patch_realtek.c | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -6609,11 +6609,17 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW), - SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC), -+ SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), - 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, 0x125e, "ASUS Q524UQK", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), - SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2), -+ SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC), diff --git a/queue-4.14/series b/queue-4.14/series index 93bb6ce74ce..82b7318c591 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -11,4 +11,3 @@ bnxt_en-query-default-vlan-before-vnic-setup-on-a-vf.patch batman-adv-broken-sync-while-rescheduling-delayed-work.patch input-xpad-delete-a-razer-deathadder-mouse-vid-pid-entry.patch input-psmouse-fix-oob-access-in-elantech-protocol.patch -alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch diff --git a/queue-4.19/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch b/queue-4.19/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch deleted file mode 100644 index 2fff96fb5e8..00000000000 --- a/queue-4.19/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 Mon Sep 17 00:00:00 2001 -From: Stefan Binding -Date: Mon, 5 Jun 2023 16:33:08 +0100 -Subject: ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 - -From: Stefan Binding - -commit 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 upstream. - -Add support for Asus ROG 2024 models using CS35L41 SPI with Internal -Boost. - -Signed-off-by: Stefan Binding -Cc: -Link: https://lore.kernel.org/r/20230605153308.448550-1-sbinding@opensource.cirrus.com -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman ---- - sound/pci/hda/patch_realtek.c | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -7185,11 +7185,17 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW), - SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC), -+ SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), - 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, 0x125e, "ASUS Q524UQK", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), - SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2), -+ SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC), diff --git a/queue-4.19/series b/queue-4.19/series index d5da9a89939..d98fcca40f6 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -12,4 +12,3 @@ lib-cpu_rmap-fix-potential-use-after-free-in-irq_cpu.patch batman-adv-broken-sync-while-rescheduling-delayed-work.patch input-xpad-delete-a-razer-deathadder-mouse-vid-pid-entry.patch input-psmouse-fix-oob-access-in-elantech-protocol.patch -alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch diff --git a/queue-5.10/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch b/queue-5.10/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch deleted file mode 100644 index d3c600cefb7..00000000000 --- a/queue-5.10/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 Mon Sep 17 00:00:00 2001 -From: Stefan Binding -Date: Mon, 5 Jun 2023 16:33:08 +0100 -Subject: ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 - -From: Stefan Binding - -commit 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 upstream. - -Add support for Asus ROG 2024 models using CS35L41 SPI with Internal -Boost. - -Signed-off-by: Stefan Binding -Cc: -Link: https://lore.kernel.org/r/20230605153308.448550-1-sbinding@opensource.cirrus.com -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman ---- - sound/pci/hda/patch_realtek.c | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -9042,6 +9042,7 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x1b11, "ASUS UX431DA", ALC294_FIXUP_ASUS_COEF_1B), - SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC), -+ SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), - 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), -@@ -9057,6 +9058,11 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2), -+ SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC), diff --git a/queue-5.10/series b/queue-5.10/series index bd7ee502e0f..17107f7a204 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -37,4 +37,3 @@ input-xpad-delete-a-razer-deathadder-mouse-vid-pid-entry.patch input-psmouse-fix-oob-access-in-elantech-protocol.patch alsa-hda-realtek-add-a-quirk-for-hp-slim-desktop-s01.patch alsa-hda-realtek-add-lenovo-p3-tower-platform.patch -alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch diff --git a/queue-5.15/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch b/queue-5.15/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch deleted file mode 100644 index 6292aa3fb40..00000000000 --- a/queue-5.15/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 Mon Sep 17 00:00:00 2001 -From: Stefan Binding -Date: Mon, 5 Jun 2023 16:33:08 +0100 -Subject: ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 - -From: Stefan Binding - -commit 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 upstream. - -Add support for Asus ROG 2024 models using CS35L41 SPI with Internal -Boost. - -Signed-off-by: Stefan Binding -Cc: -Link: https://lore.kernel.org/r/20230605153308.448550-1-sbinding@opensource.cirrus.com -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman ---- - sound/pci/hda/patch_realtek.c | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -9119,6 +9119,7 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x1b11, "ASUS UX431DA", ALC294_FIXUP_ASUS_COEF_1B), - SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC), -+ SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), - 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), -@@ -9134,6 +9135,11 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2), -+ SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC), diff --git a/queue-5.15/series b/queue-5.15/series index ce6ae9a8137..0abe2fe7c9a 100644 --- a/queue-5.15/series +++ b/queue-5.15/series @@ -51,4 +51,3 @@ input-fix-open-count-when-closing-inhibited-device.patch alsa-hda-realtek-add-quirk-for-clevo-ns50au.patch alsa-hda-realtek-add-a-quirk-for-hp-slim-desktop-s01.patch alsa-hda-realtek-add-lenovo-p3-tower-platform.patch -alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch diff --git a/queue-5.4/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch b/queue-5.4/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch deleted file mode 100644 index e31e384a470..00000000000 --- a/queue-5.4/alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 Mon Sep 17 00:00:00 2001 -From: Stefan Binding -Date: Mon, 5 Jun 2023 16:33:08 +0100 -Subject: ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 - -From: Stefan Binding - -commit 811dd426a9b16cf61a86fdb12d5f5b983cbfb130 upstream. - -Add support for Asus ROG 2024 models using CS35L41 SPI with Internal -Boost. - -Signed-off-by: Stefan Binding -Cc: -Link: https://lore.kernel.org/r/20230605153308.448550-1-sbinding@opensource.cirrus.com -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman ---- - sound/pci/hda/patch_realtek.c | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -8271,6 +8271,7 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC), - SND_PCI_QUIRK(0x1043, 0x1b11, "ASUS UX431DA", ALC294_FIXUP_ASUS_COEF_1B), - SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC), -+ SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), - 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), -@@ -8286,6 +8287,11 @@ static const struct snd_pci_quirk alc269 - SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2), -+ SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), -+ SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC), diff --git a/queue-5.4/series b/queue-5.4/series index d1644c78df3..74eb1ba36be 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -21,4 +21,3 @@ input-xpad-delete-a-razer-deathadder-mouse-vid-pid-entry.patch input-psmouse-fix-oob-access-in-elantech-protocol.patch alsa-hda-realtek-add-a-quirk-for-hp-slim-desktop-s01.patch alsa-hda-realtek-add-lenovo-p3-tower-platform.patch -alsa-hda-realtek-add-quirks-for-asus-rog-2024-laptops-using-cs35l41.patch