Skip to content

Commit 2e0e7c9

Browse files
plbossartgregkh
authored andcommitted
ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A3E
[ Upstream commit 5ab3ff4 ] We missed adding the TGL_HDMI quirk which is very much needed to expose the 4 display pipelines and will be required on TGL topologies. Fixes: e787f5b ('ASoC: Intel: add support for new SoundWire hardware layout on TGL') Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20210204203312.27112-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6bbbb1d commit 2e0e7c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
5454
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
5555
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A3E")
5656
},
57-
.driver_data = (void *)(SOF_RT711_JD_SRC_JD2 |
57+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
58+
SOF_RT711_JD_SRC_JD2 |
5859
SOF_RT715_DAI_ID_FIX),
5960
},
6061
{

0 commit comments

Comments
 (0)