diff options
author | Zhu Yingjiang <yingjiang.zhu@linux.intel.com> | 2019-05-09 22:10:27 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-13 13:43:13 +0200 |
commit | 630be964b5d8d37d3dff9fc5c8af8a516aa94af0 (patch) | |
tree | 2eea2d8a9775725412c97230be3d3846caefe4c0 /sound/soc/sof/sof-pci-dev.c | |
parent | ASoC: SOF: Intel: ICL: add Icelake SSP count (diff) | |
download | linux-630be964b5d8d37d3dff9fc5c8af8a516aa94af0.tar.xz linux-630be964b5d8d37d3dff9fc5c8af8a516aa94af0.zip |
ASoC: SOF: Intel: ICL add Icelake chip info struct
Icelake has different count of SSP other than CNL, using
the new defined ICL SSP count, and copy other parameters
from CNL chip info.
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/sof-pci-dev.c')
-rw-r--r-- | sound/soc/sof/sof-pci-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c index d736806c2e0d..e2b19782f01a 100644 --- a/sound/soc/sof/sof-pci-dev.c +++ b/sound/soc/sof/sof-pci-dev.c @@ -157,7 +157,7 @@ static const struct sof_dev_desc icl_desc = { .resindex_imr_base = -1, .irqindex_host_ipc = -1, .resindex_dma_base = -1, - .chip_info = &cnl_chip_info, + .chip_info = &icl_chip_info, .default_fw_path = "intel/sof", .default_tplg_path = "intel/sof-tplg", .nocodec_fw_filename = "sof-icl.ri", |