Skip to content

Commit fb0b8d2

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: sof_sdw: add support for SKU 0B14
One more missing SKU in the list. Closes: thesofproject#4543 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Chao Song <chao.song@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20230919092125.1922468-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b399f97 commit fb0b8d2

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
@@ -376,6 +376,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
376376
/* No Jack */
377377
.driver_data = (void *)SOF_SDW_TGL_HDMI,
378378
},
379+
{
380+
.callback = sof_sdw_quirk_cb,
381+
.matches = {
382+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
383+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0B14"),
384+
},
385+
/* No Jack */
386+
.driver_data = (void *)SOF_SDW_TGL_HDMI,
387+
},
388+
379389
{
380390
.callback = sof_sdw_quirk_cb,
381391
.matches = {

0 commit comments

Comments
 (0)