summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorDeep Harsora <Deep_Harsora@dell.com>2026-01-02 15:21:24 +0000
committerMark Brown <broonie@kernel.org>2026-01-05 13:14:43 +0000
commit12cacdfb023d1b2f6c4e5af471f2d5b6f0cbf909 (patch)
tree583b11d148dc42da029868feee726f70cd29cb74 /sound
parent3572ad82201baeed840f1959787e0e1281e7f937 (diff)
downloadlinux-next-12cacdfb023d1b2f6c4e5af471f2d5b6f0cbf909.tar.gz
linux-next-12cacdfb023d1b2f6c4e5af471f2d5b6f0cbf909.zip
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: Deep Harsora <Deep_Harsora@dell.com> Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com> Link: https://patch.msgid.link/20260102152132.3053106-1-mstrozek@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/intel/boards/sof_sdw.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index 2c1001148d54..8721a098d53f 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -767,6 +767,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
{
.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 = {
DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_ptlrvp"),
},
.driver_data = (void *)(SOC_SDW_PCH_DMIC),