Skip to content

Commit 12cacdf

Browse files
DeepHarsora-Dellbroonie
authored andcommitted
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>
1 parent 3572ad8 commit 12cacdf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
764764
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
765765
},
766766
/* Pantherlake devices*/
767+
{
768+
.callback = sof_sdw_quirk_cb,
769+
.matches = {
770+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
771+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0DD6")
772+
},
773+
.driver_data = (void *)(SOC_SDW_SIDECAR_AMPS),
774+
},
767775
{
768776
.callback = sof_sdw_quirk_cb,
769777
.matches = {

0 commit comments

Comments
 (0)