aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-08-04 15:15:55 +0530
committerMark Brown <broonie@linaro.org>2014-08-16 17:06:30 -0500
commitd8499c9b4b03ca88d7c7b4094cb09471658df7c2 (patch)
treeafcdf24d0fce74064050314fcdfadbfb86b81f52 /sound/soc/intel/sst-mfld-platform.h
parentASoC: Intel: mfld-pcm: Change sst_ops prototypes to take dev parameter (diff)
downloadlinux-dev-d8499c9b4b03ca88d7c7b4094cb09471658df7c2.tar.xz
linux-dev-d8499c9b4b03ca88d7c7b4094cb09471658df7c2.zip
ASoC: Intel: add mrfld DSP defines
We define the DSP commands,structures here which will be used to send the IPCs Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/sst-mfld-platform.h')
-rw-r--r--sound/soc/intel/sst-mfld-platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h
index d4c28b8fb471..faaba10c1dff 100644
--- a/sound/soc/intel/sst-mfld-platform.h
+++ b/sound/soc/intel/sst-mfld-platform.h
@@ -143,6 +143,8 @@ struct sst_device {
};
struct sst_data;
+
+int sst_dsp_init_v2_dpcm(struct snd_soc_platform *platform);
void sst_set_stream_status(struct sst_runtime_stream *stream, int state);
int sst_fill_stream_params(void *substream, const struct sst_data *ctx,
struct snd_sst_params *str_params, bool is_compress);
@@ -157,6 +159,7 @@ struct sst_algo_int_control_v2 {
struct sst_data {
struct platform_device *pdev;
struct sst_platform_data *pdata;
+ char *byte_stream;
struct mutex lock;
};
int sst_register_dsp(struct sst_device *sst);