summaryrefslogtreecommitdiff
path: root/sound/soc/intel/common/sst-dsp-priv.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-07-10 22:18:42 +0530
committerMark Brown <broonie@kernel.org>2015-07-16 21:46:50 +0100
commit3e40a78461739d86fe1084c515ec227507ba993d (patch)
tree2f47d509ff7437b5992ebe5dad1c6a80eb8ca6c5 /sound/soc/intel/common/sst-dsp-priv.h
parent914426c8657c1e934b015ffa32e7bfd0cb34f47f (diff)
ASoC: Intel: Skylake: Add code loader DMA APIs
This patch adds the last piece of code loader DMA APIs by adding the code loader DMA APIs for the driver to use Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/sst-dsp-priv.h')
-rw-r--r--sound/soc/intel/common/sst-dsp-priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/common/sst-dsp-priv.h b/sound/soc/intel/common/sst-dsp-priv.h
index dd79648dfb3a..cbd568eac033 100644
--- a/sound/soc/intel/common/sst-dsp-priv.h
+++ b/sound/soc/intel/common/sst-dsp-priv.h
@@ -308,8 +308,11 @@ struct sst_dsp {
/* SKL data */
+ /* To allocate CL dma buffers */
+ struct skl_dsp_loader_ops dsp_ops;
struct skl_dsp_fw_ops fw_ops;
int sst_state;
+ struct skl_cl_dev cl_dev;
u32 intr_status;
};