diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-07-10 22:18:42 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-16 21:46:50 +0100 |
commit | 3e40a78461739d86fe1084c515ec227507ba993d (patch) | |
tree | 2f47d509ff7437b5992ebe5dad1c6a80eb8ca6c5 /sound/soc/intel/common | |
parent | 914426c8657c1e934b015ffa32e7bfd0cb34f47f (diff) | |
download | blackbird-op-linux-3e40a78461739d86fe1084c515ec227507ba993d.tar.gz blackbird-op-linux-3e40a78461739d86fe1084c515ec227507ba993d.zip |
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')
-rw-r--r-- | sound/soc/intel/common/sst-dsp-priv.h | 3 |
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; }; |