[Sound-open-firmware] [PATCH 1/7] ASoC: SOF: export snd_sof_trace_notify_for_error

Xiuli Pan xiuli.pan at linux.intel.com
Wed Mar 21 09:38:53 CET 2018


From: Pan Xiuli <xiuli.pan at linux.intel.com>

Need to use this functionn in other place, export it.

Signed-off-by: Pan Xiuli <xiuli.pan at linux.intel.com>

---
Test with:
Mininow max rt5651 and GP-MRB nocodec and CNL nocodec
SOF 1.1-stable: ffd9093267aa8d3deeffeb09b73c8b0789ad4071
SOF-Tool 1.1-stable: cc91c73aa3e91eea35abdeb76d578b97f718feff
https://github.com/plbossart/sound/tree/topic/sof-v4.14:
4881a4bd906f8b52bebd209b88ff920005550d53
---
 sound/soc/sof/trace.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/sof/trace.c b/sound/soc/sof/trace.c
index ac50a75..18d4e0a 100644
--- a/sound/soc/sof/trace.c
+++ b/sound/soc/sof/trace.c
@@ -249,6 +249,7 @@ void snd_sof_trace_notify_for_error(struct snd_sof_dev *sdev)
 		wake_up(&sdev->trace_sleep);
 	}
 }
+EXPORT_SYMBOL(snd_sof_trace_notify_for_error);
 
 void snd_sof_release_trace(struct snd_sof_dev *sdev)
 {
-- 
2.7.4



More information about the Sound-open-firmware mailing list