From: Greg Kroah-Hartman Date: Tue, 1 Apr 2025 09:40:34 +0000 (+0100) Subject: drop queue-5.10/asoc-intel-sof_sdw-add-support-for-fatcat-board-with.patch X-Git-Tag: v6.1.133~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f91eb2472cedda72db304ad4363b2c17a10f2c3;p=thirdparty%2Fkernel%2Fstable-queue.git drop queue-5.10/asoc-intel-sof_sdw-add-support-for-fatcat-board-with.patch --- diff --git a/queue-5.10/asoc-intel-sof_sdw-add-support-for-fatcat-board-with.patch b/queue-5.10/asoc-intel-sof_sdw-add-support-for-fatcat-board-with.patch deleted file mode 100644 index edc3ad7189..0000000000 --- a/queue-5.10/asoc-intel-sof_sdw-add-support-for-fatcat-board-with.patch +++ /dev/null @@ -1,48 +0,0 @@ -From bdfdb68495796793f317ec8bc05c32400172984a Mon Sep 17 00:00:00 2001 -From: Sasha Levin -Date: Tue, 4 Feb 2025 13:39:43 +0800 -Subject: ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload - enabled in PTL platform - -From: Uday M Bhat - -[ Upstream commit d8989106287d3735c7e7fc6acb3811d62ebb666c ] - - This change adds an entry for fatcat boards in soundwire quirk table - and also, enables BT offload for PTL RVP. - -Signed-off-by: Uday M Bhat -Signed-off-by: Jairaj Arava -Reviewed-by: Ranjani Sridharan -Signed-off-by: Bard Liao -Link: https://patch.msgid.link/20250204053943.93596-4-yung-chuan.liao@linux.intel.com -Signed-off-by: Mark Brown -Signed-off-by: Sasha Levin ---- - sound/soc/intel/boards/sof_sdw.c | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c -index 25bf73a7e7bfa..387d7f679d64c 100644 ---- a/sound/soc/intel/boards/sof_sdw.c -+++ b/sound/soc/intel/boards/sof_sdw.c -@@ -234,6 +234,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = { - }, - .driver_data = (void *)(RT711_JD2_100K), - }, -+ { -+ .callback = sof_sdw_quirk_cb, -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "Google"), -+ DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"), -+ }, -+ .driver_data = (void *)(SOC_SDW_PCH_DMIC | -+ SOF_BT_OFFLOAD_SSP(2) | -+ SOF_SSP_BT_OFFLOAD_PRESENT), -+ }, - {} - }; - --- -2.39.5 - diff --git a/queue-5.10/series b/queue-5.10/series index 6baf8957bb..3cb209c852 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -30,7 +30,6 @@ hid-intel-ish-hid-fix-the-length-of-mng_sync_fw_cloc.patch hid-ignore-non-functional-sensor-in-hp-5mp-camera.patch s390-cio-fix-chpid-configure-attribute-caching.patch thermal-cpufreq_cooling-remove-structure-member-docu.patch -asoc-intel-sof_sdw-add-support-for-fatcat-board-with.patch asoc-rsnd-don-t-indicate-warning-on-rsnd_kctrl_accep.patch asoc-arizona-madera-use-fsleep-in-up-down-dapm-event.patch asoc-sof-intel-hda-add-softdep-pre-to-snd-hda-codec-.patch