summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform.h
diff options
context:
space:
mode:
authorVinod Koul2014-06-13 14:33:55 +0200
committerMark Brown2014-06-22 13:01:49 +0200
commita870cdce9edc57d0196e7ae9cad8acc5720cd709 (patch)
tree29d766371561e954fc30a8facb455f66de673bca /sound/soc/intel/sst-mfld-platform.h
parentASoC: Intel: add the mrfld fw IPC definations (diff)
downloadkernel-qcow2-linux-a870cdce9edc57d0196e7ae9cad8acc5720cd709.tar.gz
kernel-qcow2-linux-a870cdce9edc57d0196e7ae9cad8acc5720cd709.tar.xz
kernel-qcow2-linux-a870cdce9edc57d0196e7ae9cad8acc5720cd709.zip
ASoC: Intel: mfld-pcm: modularize stream allocation code
Tis will be used to add table based support for pcm front ends in subsequent patches Signed-off-by: Vinod Koul <vinod.koul@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.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 33a0a2776238..aa5ddbb26d93 100644
--- a/sound/soc/intel/sst-mfld-platform.h
+++ b/sound/soc/intel/sst-mfld-platform.h
@@ -125,7 +125,7 @@ struct compress_sst_ops {
};
struct sst_ops {
- int (*open) (struct sst_stream_params *str_param);
+ int (*open) (struct snd_sst_params *str_param);
int (*device_control) (int cmd, void *arg);
int (*close) (unsigned int str_id);
};