]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2024 14:47:58 +0000 (15:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2024 14:47:58 +0000 (15:47 +0100)
added patches:
revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch

queue-6.1/revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch [new file with mode: 0644]
queue-6.1/series

diff --git a/queue-6.1/revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch b/queue-6.1/revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch
new file mode 100644 (file)
index 0000000..0dfb149
--- /dev/null
@@ -0,0 +1,52 @@
+From 3641e5cbd92833a95987e8bc5a47f7bdab1f539d Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Tue, 13 Feb 2024 15:44:48 +0100
+Subject: Revert "ASoC: amd: Add new dmi entries for acp5x platform"
+
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+This reverts commit 48ad42cd95acc2da22b38497f22d53cb433863a1 which is
+commit c3ab23a10771bbe06300e5374efa809789c65455 upstream.
+
+Link: https://lore.kernel.org/r/CAD_nV8BG0t7US=+C28kQOR==712MPfZ9m-fuKksgoZCgrEByCw@mail.gmail.com
+Reported-by: Ted Chang <tedchang2010@gmail.com>
+Cc: Takashi Iwai <tiwai@suse.de>
+Cc: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
+Cc: Mark Brown <broonie@kernel.org>
+Cc: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ sound/soc/amd/acp-config.c |   15 +--------------
+ 1 file changed, 1 insertion(+), 14 deletions(-)
+
+--- a/sound/soc/amd/acp-config.c
++++ b/sound/soc/amd/acp-config.c
+@@ -3,7 +3,7 @@
+ // This file is provided under a dual BSD/GPLv2 license. When using or
+ // redistributing this file, you may do so under either license.
+ //
+-// Copyright(c) 2021, 2023 Advanced Micro Devices, Inc.
++// Copyright(c) 2021 Advanced Micro Devices, Inc.
+ //
+ // Authors: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
+ //
+@@ -33,19 +33,6 @@ static const struct config_entry config_
+                               },
+                       },
+                       {}
+-              },
+-      },
+-      {
+-              .flags = FLAG_AMD_LEGACY,
+-              .device = ACP_PCI_DEV_ID,
+-              .dmi_table = (const struct dmi_system_id []) {
+-                      {
+-                              .matches = {
+-                                      DMI_MATCH(DMI_SYS_VENDOR, "Valve"),
+-                                      DMI_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
+-                              },
+-                      },
+-                      {}
+               },
+       },
+       {
index 50619e2624a90c3bf30249e2ed1b41f75e44e979..2a2f7abb567415c163044d64426591366f341893 100644 (file)
@@ -56,3 +56,4 @@ hrtimer-report-offline-hrtimer-enqueue.patch
 input-i8042-fix-strange-behavior-of-touchpad-on-clevo-ns70pu.patch
 input-atkbd-skip-atkbd_cmd_setleds-when-skipping-atkbd_cmd_getid.patch
 io_uring-net-fix-sr-len-for-ioring_op_recv-with-msg_waitall-and-buffers.patch
+revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch