Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Deep Harsora and committed by
Mark Brown
12cacdfb 3572ad82

+8
+8
sound/soc/intel/boards/sof_sdw.c
··· 767 767 { 768 768 .callback = sof_sdw_quirk_cb, 769 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 + }, 775 + { 776 + .callback = sof_sdw_quirk_cb, 777 + .matches = { 770 778 DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_ptlrvp"), 771 779 }, 772 780 .driver_data = (void *)(SOC_SDW_PCH_DMIC),