Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: add SKU for Dell Latitude 9520
Browse files Browse the repository at this point in the history
Different SKUs seem to be used for the same design.

BugLink: #3206
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
  • Loading branch information
plbossart authored and ujfalusi committed Nov 2, 2021
1 parent b2aff51 commit e813eda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
RT711_JD2 |
SOF_RT715_DAI_ID_FIX),
},
{
/* another SKU of Dell Latitude 9520 */
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A3F")
},
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
RT711_JD2 |
SOF_RT715_DAI_ID_FIX),
},
{
/* Dell XPS 9710 */
.callback = sof_sdw_quirk_cb,
Expand Down

0 comments on commit e813eda

Please sign in to comment.