diff options
author | Dronamraju Santosh P K <santosh.pavan.kumarx.dronamraju@intel.com> | 2017-07-28 13:42:14 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-01 15:34:01 +0300 |
commit | 3fbbcf4dadb6c01d6411bac715a7448f96c3724c (patch) | |
tree | ab2d51a15a07c88e274a54f5c9bcda316d285fbd /sound/soc/intel/skylake/bxt-sst.c | |
parent | 60767abcea3dd1d47a4bd38398e1e8c1864975eb (diff) | |
download | linux-3fbbcf4dadb6c01d6411bac715a7448f96c3724c.tar.xz |
ASoC: Intel: bxtn: Remove code loader reference in cleanup
Since Broxton does not use code loader DMA, remove code loader cleanup
in its dsp cleanup routine. Remove the iounmap too as it is done in
skl_free_dsp().
Signed-off-by: Dronamraju Santosh P K <santosh.pavan.kumarx.dronamraju@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/bxt-sst.c')
-rw-r--r-- | sound/soc/intel/skylake/bxt-sst.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/intel/skylake/bxt-sst.c b/sound/soc/intel/skylake/bxt-sst.c index cf11b84888b9..08a2c5eb59fa 100644 --- a/sound/soc/intel/skylake/bxt-sst.c +++ b/sound/soc/intel/skylake/bxt-sst.c @@ -629,11 +629,6 @@ void bxt_sst_dsp_cleanup(struct device *dev, struct skl_sst *ctx) release_firmware(ctx->dsp->fw); skl_freeup_uuid_list(ctx); skl_ipc_free(&ctx->ipc); - ctx->dsp->cl_dev.ops.cl_cleanup_controller(ctx->dsp); - - if (ctx->dsp->addr.lpe) - iounmap(ctx->dsp->addr.lpe); - ctx->dsp->ops->free(ctx->dsp); } EXPORT_SYMBOL_GPL(bxt_sst_dsp_cleanup); |