Skip to content

Commit b10cb95

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
The JD1 jack detection doesn't seem to work, use JD2. Also use the 4 speaker configuration. Link: thesofproject#4900 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20240411220347.131267-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4fee07f commit b10cb95

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
432432
RT711_JD2 |
433433
SOF_SDW_FOUR_SPK),
434434
},
435+
{
436+
.callback = sof_sdw_quirk_cb,
437+
.matches = {
438+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
439+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C0F")
440+
},
441+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
442+
RT711_JD2 |
443+
SOF_SDW_FOUR_SPK),
444+
},
435445
{
436446
.callback = sof_sdw_quirk_cb,
437447
.matches = {

0 commit comments

Comments
 (0)