Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: add support for SKU 0B14
Browse files Browse the repository at this point in the history
One more missing SKU in the list.

Closes: #4543
Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Aug 28, 2023
1 parent 0e0ac29 commit 0d60138
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
/* No Jack */
.driver_data = (void *)SOF_SDW_TGL_HDMI,
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0B14"),
},
/* No Jack */
.driver_data = (void *)SOF_SDW_TGL_HDMI,
},

{
.callback = sof_sdw_quirk_cb,
.matches = {
Expand Down

0 comments on commit 0d60138

Please sign in to comment.