Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: sof_sdw: Add new quirks for PTL on Dell with CS42L43
@ 2026-01-02 15:21 Maciej Strozek
  2026-01-06 12:21 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej Strozek @ 2026-01-02 15:21 UTC (permalink / raw)
  To: Mark Brown
  Cc: Deep Harsora, Bard Liao, linux-kernel, linux-sound, patches,
	Maciej Strozek

From: Deep Harsora <Deep_Harsora@dell.com>

From: Deep Harsora <Deep_Harsora@dell.com>

Add missing quirks for some new Dell laptops using cs42l43's speaker
outputs.

Signed-off-by: Deep Harsora <Deep_Harsora@dell.com>
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
---
 sound/soc/intel/boards/sof_sdw.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index 2c1001148d540..8721a098d53f1 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -764,6 +764,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
 		.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
 	},
 	/* Pantherlake devices*/
+	{
+		.callback = sof_sdw_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
+			DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0DD6")
+		},
+		.driver_data = (void *)(SOC_SDW_SIDECAR_AMPS),
+	},
 	{
 		.callback = sof_sdw_quirk_cb,
 		.matches = {
--
2.47.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-06 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-02 15:21 [PATCH] ASoC: Intel: sof_sdw: Add new quirks for PTL on Dell with CS42L43 Maciej Strozek
2026-01-06 12:21 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox