Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Keepax <[email protected]>
  • Loading branch information
charleskeepax committed Sep 25, 2024
1 parent 7774a38 commit 94628a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,15 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
},
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "233C")
},
/* Note this quirk excludes the CODEC mic */
.driver_data = (void *)(SOC_SDW_CODEC_MIC),
},

/* ArrowLake devices */
{
Expand Down

0 comments on commit 94628a3

Please sign in to comment.