diff options
author | Zhu Yingjiang <yingjiang.zhu@linux.intel.com> | 2019-04-30 18:09:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-03 14:57:39 +0900 |
commit | b095fe47bc1e1c3bf114fde7b76a387ee7b16934 (patch) | |
tree | 289800af1c2ad661d400aac6a033df5a555791ea /sound/soc/sof/intel/cnl.c | |
parent | df7e0de588252ccb11c2caf320df1dce23219917 (diff) | |
download | lwn-b095fe47bc1e1c3bf114fde7b76a387ee7b16934.tar.gz lwn-b095fe47bc1e1c3bf114fde7b76a387ee7b16934.zip |
ASoC: SOF: Intel: hda: add SSP info to the chip info struct
add SSP info of APL and CNL, to the sof_intel_dsp_desc
structure. The max SSP count the platform support and
the SSP base address.
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/cnl.c')
-rw-r--r-- | sound/soc/sof/intel/cnl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/cnl.c b/sound/soc/sof/intel/cnl.c index 36ae9b88d0dc..3afd96d9c925 100644 --- a/sound/soc/sof/intel/cnl.c +++ b/sound/soc/sof/intel/cnl.c @@ -246,5 +246,7 @@ const struct sof_intel_dsp_desc cnl_chip_info = { .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE, .ipc_ctl = CNL_DSP_REG_HIPCCTL, .rom_init_timeout = 300, + .ssp_count = CNL_SSP_COUNT, + .ssp_base_offset = CNL_SSP_BASE_OFFSET, }; EXPORT_SYMBOL(cnl_chip_info); |