Commit 4496ffab authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown

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: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e11fd7c3
...@@ -152,7 +152,7 @@ static struct snd_soc_dai_driver sst_platform_dai[] = { ...@@ -152,7 +152,7 @@ static struct snd_soc_dai_driver sst_platform_dai[] = {
}; };
/* helper functions */ /* 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) int state)
{ {
unsigned long flags; unsigned long flags;
......
...@@ -142,6 +142,7 @@ struct sst_device { ...@@ -142,6 +142,7 @@ struct sst_device {
struct compress_sst_ops *compr_ops; 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_register_dsp(struct sst_device *sst);
int sst_unregister_dsp(struct sst_device *sst); int sst_unregister_dsp(struct sst_device *sst);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment