From: Vinod Koul Date: Mon, 5 May 2014 08:57:49 +0000 (+0530) Subject: ASoC: Intel: mark sst_set_stream_status as non static X-Git-Tag: firefly_0821_release~176^2~3750^2~24^2~7^3~28 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4496ffab7dade2206f3d5dea86b9928a5f173de2;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Mark Brown --- 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[] = { }; /* helper functions */ -static inline void sst_set_stream_status(struct sst_runtime_stream *stream, +void sst_set_stream_status(struct sst_runtime_stream *stream, int state) { unsigned long flags; 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