diff options
author | Zhu Yingjiang <yingjiang.zhu@linux.intel.com> | 2019-05-09 23:10:26 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-13 14:42:58 +0300 |
commit | ec836daafcdf371882f08cc05c522662409e90ae (patch) | |
tree | d729a5978f7642d1541b4c3ece5f161b3a5beb4d /sound/soc/sof/intel/hda.h | |
parent | 14a2212dd4bcb55a03eddaf66d62068c9cece585 (diff) | |
download | linux-ec836daafcdf371882f08cc05c522662409e90ae.tar.xz |
ASoC: SOF: Intel: ICL: add Icelake SSP count
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@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
-rw-r--r-- | sound/soc/sof/intel/hda.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |