diff options
-rw-r--r-- | sound/soc/intel/sst-mfld-platform-pcm.c | 2 | ||||
-rw-r--r-- | sound/soc/intel/sst-mfld-platform.h | 1 |
2 files changed, 2 insertions, 1 deletions
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[] = { | |||
152 | }; | 152 | }; |
153 | 153 | ||
154 | /* helper functions */ | 154 | /* helper functions */ |
155 | static inline void sst_set_stream_status(struct sst_runtime_stream *stream, | 155 | void sst_set_stream_status(struct sst_runtime_stream *stream, |
156 | int state) | 156 | int state) |
157 | { | 157 | { |
158 | unsigned long flags; | 158 | 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 { | |||
142 | struct compress_sst_ops *compr_ops; | 142 | struct compress_sst_ops *compr_ops; |
143 | }; | 143 | }; |
144 | 144 | ||
145 | void sst_set_stream_status(struct sst_runtime_stream *stream, int state); | ||
145 | int sst_register_dsp(struct sst_device *sst); | 146 | int sst_register_dsp(struct sst_device *sst); |
146 | int sst_unregister_dsp(struct sst_device *sst); | 147 | int sst_unregister_dsp(struct sst_device *sst); |
147 | #endif | 148 | #endif |