diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-09-09 15:11:25 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-16 11:53:53 -0700 |
commit | 10615a5c49721803ed258316280858142a24e72a (patch) | |
tree | 6a90ae137609be77bf3492b1d7a06aeae26e8f62 /sound/soc/intel/sst-mfld-platform.h | |
parent | d2b16b8fa1b6352757cd0a58234591e1496a82ad (diff) | |
download | op-kernel-dev-10615a5c49721803ed258316280858142a24e72a.zip op-kernel-dev-10615a5c49721803ed258316280858142a24e72a.tar.gz |
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.h | 2 |
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 0c5b943d..7092ee3 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); |