Skip to content

Commit

Permalink
ASoC: Intel: mark sst_set_stream_status as non static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul authored and Mark Brown committed May 8, 2014
1 parent e11fd7c commit 4496ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/sst-mfld-platform-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions sound/soc/intel/sst-mfld-platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4496ffa

Please sign in to comment.