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>
This commit is contained in:
Vinod Koul 2014-05-05 14:27:49 +05:30 committed by Mark Brown
parent e11fd7c3ac
commit 4496ffab7d
2 changed files with 2 additions and 1 deletions

View 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;

View 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