Unverified Commit 12cacdfb authored by Deep Harsora's avatar Deep Harsora Committed by Mark Brown
Browse files

ASoC: Intel: sof_sdw: Add new quirks for PTL on Dell with CS42L43



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

Signed-off-by: default avatarDeep Harsora <Deep_Harsora@dell.com>
Signed-off-by: default avatarMaciej Strozek <mstrozek@opensource.cirrus.com>
Link: https://patch.msgid.link/20260102152132.3053106-1-mstrozek@opensource.cirrus.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3572ad82
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 = {