diff options
author | Dharageswari R <dharageswari.r@intel.com> | 2017-08-02 18:21:12 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-03 12:07:12 +0200 |
commit | 363d45385f403fdf60fe9f563ba87093289d7b35 (patch) | |
tree | 912b25f989ff8b8f3eb97f379aa9c13b658449ef /sound/soc/intel/skylake/skl-sst.c | |
parent | ASoC: Intel: kbl: Add map for new DAIs for Multi-Playback & Echo Ref (diff) | |
download | linux-363d45385f403fdf60fe9f563ba87093289d7b35.tar.xz linux-363d45385f403fdf60fe9f563ba87093289d7b35.zip |
ASoC: Intel: Skylake: Add num of cores in dsp ops
Number of dsp cores may differ for different platforms hence
adding it in dsp ops.
Signed-off-by: Dharageswari R <dharageswari.r@intel.com>
Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-sst.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-sst.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/skylake/skl-sst.c b/sound/soc/intel/skylake/skl-sst.c index aba9ea11ac74..fd99e74cda03 100644 --- a/sound/soc/intel/skylake/skl-sst.c +++ b/sound/soc/intel/skylake/skl-sst.c @@ -563,8 +563,6 @@ int skl_sst_dsp_init(struct device *dev, void __iomem *mmio_base, int irq, sst->fw_ops = skl_fw_ops; - skl->cores.count = 2; - return 0; } EXPORT_SYMBOL_GPL(skl_sst_dsp_init); |