ASoC: Intel: mark sst_set_stream_status as non static
authorVinod Koul <vinod.koul@intel.com>
Mon, 5 May 2014 08:57:49 +0000 (14:27 +0530)
committerMark Brown <broonie@linaro.org>
Thu, 8 May 2014 17:25:05 +0000 (18:25 +0100)
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>
sound/soc/intel/sst-mfld-platform-pcm.c
sound/soc/intel/sst-mfld-platform.h

index 4567f2fce72545e722e28d6458115a4a28ea1158..e84f32f0af610ec1e58c86fb930c513c2ba7467c 100644 (file)
@@ -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;
index 5bf8f9d4f21ac09fca019511053f24b06dab8a57..1005f552907f2511b32f54dea223148d1b10f820 100644 (file)
@@ -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