aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform-pcm.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-05-05 04:57:49 -0400
committerMark Brown <broonie@linaro.org>2014-05-08 13:25:05 -0400
commit4496ffab7dade2206f3d5dea86b9928a5f173de2 (patch)
treed260fd9a21538e1af38da36d8de42fc9daf6a74e /sound/soc/intel/sst-mfld-platform-pcm.c
parente11fd7c3ac49e2294f9562b6329ca50923e56fa7 (diff)
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-pcm.c')
-rw-r--r--sound/soc/intel/sst-mfld-platform-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-mfld-platform-pcm.c b/sound/soc/intel/sst-mfld-platform-pcm.c
index 4567f2fce725..e84f32f0af61 100644
--- a/sound/soc/intel/sst-mfld-platform-pcm.c
+++ b/sound/soc/intel/sst-mfld-platform-pcm.c
@@ -152,7 +152,7 @@ static struct snd_soc_dai_driver sst_platform_dai[] = {
152}; 152};
153 153
154/* helper functions */ 154/* helper functions */
155static inline void sst_set_stream_status(struct sst_runtime_stream *stream, 155void sst_set_stream_status(struct sst_runtime_stream *stream,
156 int state) 156 int state)
157{ 157{
158 unsigned long flags; 158 unsigned long flags;