summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common/sst-dsp-priv.h
diff options
context:
space:
mode:
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>2015-07-09 18:08:54 +0200
committerMark Brown <broonie@kernel.org>2015-07-09 19:33:23 +0200
commitb81fd26359f04370f3c972652302717498f8790c (patch)
tree82d9593da8ccd536431503e5f6019c54d42d73e5 /sound/soc/intel/common/sst-dsp-priv.h
parentASoC: Intel: Add helper to update register bits with attr RWC (diff)
downloadlinux-b81fd26359f04370f3c972652302717498f8790c.tar.xz
linux-b81fd26359f04370f3c972652302717498f8790c.zip
ASoC: Intel: Add Skylake IPC library
This adds base SKL IPC library which uses common SST IPC lib. Here we add definition for IPC types, sending and receiving IPC messages from aDSP, handling interrupt, sending different types of messages etc 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/common/sst-dsp-priv.h b/sound/soc/intel/common/sst-dsp-priv.h
index 50af167b7bc7..cd6c7ecf6288 100644
--- a/sound/soc/intel/common/sst-dsp-priv.h
+++ b/sound/soc/intel/common/sst-dsp-priv.h
@@ -303,6 +303,10 @@ struct sst_dsp {
/* DMA FW loading */
struct sst_dma *dma;
bool fw_use_dma;
+
+ /* SKL data */
+
+ u32 intr_status;
};
/* Size optimised DRAM/IRAM memcpy */