aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-09-09 15:11:25 +0530
committerMark Brown <broonie@kernel.org>2014-09-16 11:53:53 -0700
commit10615a5c49721803ed258316280858142a24e72a (patch)
tree6a90ae137609be77bf3492b1d7a06aeae26e8f62 /sound/soc/intel/sst-mfld-platform.h
parentASoC: Intel: mfld-pcm: don't call trigger ops to DSP for internal streams (diff)
downloadlinux-dev-10615a5c49721803ed258316280858142a24e72a.tar.xz
linux-dev-10615a5c49721803ed258316280858142a24e72a.zip
ASoC: Intel: mrfld: add bytes control for modules
This patch add support for various modules like eq etc for mrfld DSP. All these modules will be exposed to usermode as bytes controls. 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@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst-mfld-platform.h')
-rw-r--r--sound/soc/intel/sst-mfld-platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h
index 0c5b943daff3..7092ee3e96a3 100644
--- a/sound/soc/intel/sst-mfld-platform.h
+++ b/sound/soc/intel/sst-mfld-platform.h
@@ -166,7 +166,7 @@ struct sst_algo_int_control_v2 {
struct sst_data {
struct platform_device *pdev;
struct sst_platform_data *pdata;
- char *byte_stream;
+ struct snd_sst_bytes_v2 *byte_stream;
struct mutex lock;
};
int sst_register_dsp(struct sst_device *sst);