[alsa-devel] [PATCH 5/6] ASoC: SOF: Intel: ICL: add Icelake SSP count

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Thu May 9 22:10:26 CEST 2019


From: Zhu Yingjiang <yingjiang.zhu at linux.intel.com>

On Icelake we have 6 SSP ports, add ICL SSP count to
enable all SSPs, instead of using the SSP count defined
for CNL.

Signed-off-by: Zhu Yingjiang <yingjiang.zhu at linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
---
 sound/soc/sof/intel/hda.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h
index 92d45c43b4b1..15ea50aff4ea 100644
--- a/sound/soc/sof/intel/hda.h
+++ b/sound/soc/sof/intel/hda.h
@@ -348,6 +348,7 @@
 /* SSP Count of the Platform */
 #define APL_SSP_COUNT		6
 #define CNL_SSP_COUNT		3
+#define ICL_SSP_COUNT		6
 
 /* SSP Registers */
 #define SSP_SSC1_OFFSET		0x4
-- 
2.17.1



More information about the Alsa-devel mailing list