Takashi Iwai a8fe4b
From f12bbc50f3b14c9b8ed902c6d1da980dd5addcce Mon Sep 17 00:00:00 2001
Takashi Iwai a8fe4b
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Takashi Iwai a8fe4b
Date: Thu, 4 Feb 2021 14:33:00 -0600
Takashi Iwai a8fe4b
Subject: [PATCH] ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A5E
Takashi Iwai a8fe4b
Git-commit: f12bbc50f3b14c9b8ed902c6d1da980dd5addcce
Takashi Iwai a8fe4b
Patch-mainline: v5.12-rc1
Takashi Iwai a8fe4b
References: git-fixes
Takashi Iwai a8fe4b
Takashi Iwai a8fe4b
We missed adding the TGL_HDMI quirk which is very much needed to
Takashi Iwai a8fe4b
expose the 4 display pipelines and will be required on TGL topologies.
Takashi Iwai a8fe4b
Takashi Iwai a8fe4b
Fixes: 9ad9bc59dde10 ('ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E')
Takashi Iwai a8fe4b
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Takashi Iwai a8fe4b
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@intel.com>
Takashi Iwai a8fe4b
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Takashi Iwai a8fe4b
Link: https://lore.kernel.org/r/20210204203312.27112-3-pierre-louis.bossart@linux.intel.com
Takashi Iwai a8fe4b
Signed-off-by: Mark Brown <broonie@kernel.org>
Takashi Iwai a8fe4b
Acked-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai a8fe4b
Takashi Iwai a8fe4b
---
Takashi Iwai a8fe4b
 sound/soc/intel/boards/sof_sdw.c | 3 ++-
Takashi Iwai a8fe4b
 1 file changed, 2 insertions(+), 1 deletion(-)
Takashi Iwai a8fe4b
Takashi Iwai a8fe4b
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
Takashi Iwai a8fe4b
index 6d0d6ef711e0..29b6bba3d425 100644
Takashi Iwai a8fe4b
--- a/sound/soc/intel/boards/sof_sdw.c
Takashi Iwai a8fe4b
+++ b/sound/soc/intel/boards/sof_sdw.c
Takashi Iwai a8fe4b
@@ -73,7 +73,8 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
Takashi Iwai a8fe4b
 			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
Takashi Iwai a8fe4b
 			DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A5E")
Takashi Iwai a8fe4b
 		},
Takashi Iwai a8fe4b
-		.driver_data = (void *)(SOF_RT711_JD_SRC_JD2 |
Takashi Iwai a8fe4b
+		.driver_data = (void *)(SOF_SDW_TGL_HDMI |
Takashi Iwai a8fe4b
+					SOF_RT711_JD_SRC_JD2 |
Takashi Iwai a8fe4b
 					SOF_RT715_DAI_ID_FIX |
Takashi Iwai a8fe4b
 					SOF_SDW_FOUR_SPK),
Takashi Iwai a8fe4b
 	},
Takashi Iwai a8fe4b
-- 
Takashi Iwai a8fe4b
2.26.2
Takashi Iwai a8fe4b