diff options
author | G Kranthi <gudishax.kranthikumar@intel.com> | 2017-03-13 19:41:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-15 20:28:15 +0300 |
commit | 7bd86a30599de479bd863e18472207337485d339 (patch) | |
tree | a50f7d4e8f623a40c52a4a2a4635c70e21dd3aef /sound/soc/intel/skylake/skl-sst-ipc.h | |
parent | cb729d80b5c556acf38f1f04a1f0550472a75987 (diff) | |
download | linux-7bd86a30599de479bd863e18472207337485d339.tar.xz |
ASoC: Intel: Skylake: Remove get dsp_ops in cleanup routine
dsp ops is already set in init, so use this in cleanup routine
instead of again retrieving it. Also constify struct skl_dsp_ops.
Signed-off-by: G Kranthi <gudishax.kranthikumar@intel.com>
Signed-off-by: Jeeja KP <jeeja.kp@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-ipc.h')
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-sst-ipc.h b/sound/soc/intel/skylake/skl-sst-ipc.h index 9660ace379ab..7d21f055328d 100644 --- a/sound/soc/intel/skylake/skl-sst-ipc.h +++ b/sound/soc/intel/skylake/skl-sst-ipc.h @@ -105,6 +105,8 @@ struct skl_sst { void (*update_d0i3c)(struct device *dev, bool enable); struct skl_d0i3_data d0i3; + + const struct skl_dsp_ops *dsp_ops; }; struct skl_ipc_init_instance_msg { |