aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-05-05 14:27:49 +0530
committerMark Brown <broonie@linaro.org>2014-05-08 18:25:05 +0100
commit4496ffab7dade2206f3d5dea86b9928a5f173de2 (patch)
treed260fd9a21538e1af38da36d8de42fc9daf6a74e /sound/soc/intel/sst-mfld-platform.h
parentASoc: Intel: rename sst-mfld-platform.c (diff)
downloadlinux-dev-4496ffab7dade2206f3d5dea86b9928a5f173de2.tar.xz
linux-dev-4496ffab7dade2206f3d5dea86b9928a5f173de2.zip
ASoC: Intel: mark sst_set_stream_status as non static
as this will be used in compressed split file in subsequent patch 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h
index 5bf8f9d4f21a..1005f552907f 100644
--- a/sound/soc/intel/sst-mfld-platform.h
+++ b/sound/soc/intel/sst-mfld-platform.h
@@ -142,6 +142,7 @@ struct sst_device {
struct compress_sst_ops *compr_ops;
};
+void sst_set_stream_status(struct sst_runtime_stream *stream, int state);
int sst_register_dsp(struct sst_device *sst);
int sst_unregister_dsp(struct sst_device *sst);
#endif