From: Greg Kroah-Hartman Date: Tue, 13 Feb 2024 14:48:09 +0000 (+0100) Subject: 6.6-stable patches X-Git-Tag: v6.1.78~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d93398849c7229039642d90de98f8e6ab5de7e0;p=thirdparty%2Fkernel%2Fstable-queue.git 6.6-stable patches added patches: revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch --- diff --git a/queue-6.6/revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch b/queue-6.6/revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch new file mode 100644 index 00000000000..2c6fcab1a00 --- /dev/null +++ b/queue-6.6/revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch @@ -0,0 +1,52 @@ +From 3641e5cbd92833a95987e8bc5a47f7bdab1f539d Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman +Date: Tue, 13 Feb 2024 15:44:48 +0100 +Subject: Revert "ASoC: amd: Add new dmi entries for acp5x platform" + +From: Greg Kroah-Hartman + +This reverts commit c87011986fad043ce31a5e749f113540a179a73f which is +commit c3ab23a10771bbe06300e5374efa809789c65455 upstream. + +Link: https://lore.kernel.org/r/CAD_nV8BG0t7US=+C28kQOR==712MPfZ9m-fuKksgoZCgrEByCw@mail.gmail.com +Reported-by: Ted Chang +Cc: Takashi Iwai +Cc: Venkata Prasad Potturu +Cc: Mark Brown +Cc: Sasha Levin +Signed-off-by: Greg Kroah-Hartman +--- + 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 + // +@@ -45,19 +45,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"), +- }, +- }, +- {} + }, + }, + { diff --git a/queue-6.6/series b/queue-6.6/series index e1399db1068..da6d3aa44fd 100644 --- a/queue-6.6/series +++ b/queue-6.6/series @@ -114,3 +114,4 @@ 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 io_uring-net-un-indent-mshot-retry-path-in-io_recv_finish.patch +revert-asoc-amd-add-new-dmi-entries-for-acp5x-platform.patch