diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-08-04 13:45:55 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-17 02:06:30 +0400 |
commit | d8499c9b4b03ca88d7c7b4094cb09471658df7c2 (patch) | |
tree | afcdf24d0fce74064050314fcdfadbfb86b81f52 /sound/soc/intel/sst-mfld-platform.h | |
parent | b12b087c8715286b8759016f1d5c36cac0bb37f6 (diff) | |
download | linux-d8499c9b4b03ca88d7c7b4094cb09471658df7c2.tar.xz |
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.h | 3 |
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); |