[Sound-open-firmware] [PATCH] dai: add macros for dai tracing
24 Oct
2016
24 Oct
'16
4:33 a.m.
Signed-off-by: Keyon Jie yang.jie@linux.intel.com --- src/audio/dai.c | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/src/audio/dai.c b/src/audio/dai.c index 13fc94a..6b2c83b 100644 --- a/src/audio/dai.c +++ b/src/audio/dai.c @@ -47,6 +47,12 @@ #define DAI_PLAYBACK_STREAM 0 #define DAI_CAPTURE_STREAM 1
+/* tracing */ +#define trace_dai(__e) trace_event(TRACE_CLASS_DAI, __e) +#define trace_dai_error(__e) trace_error(TRACE_CLASS_DAI, __e) +#define tracev_dai(__e) tracev_event(TRACE_CLASS_DAI, __e) + + struct dai_data { /* local DMA config */ int chan;
--
2.5.0
24 Oct
24 Oct
11:55 a.m.
On Mon, 2016-10-24 at 10:33 +0800, Keyon Jie wrote:
Signed-off-by: Keyon Jie yang.jie@linux.intel.com
src/audio/dai.c | 6 ++++++ 1 file changed, 6 insertions(+)
Applied all 4.
Thanks
Liam
3026
Age (days ago)
3026
Last active (days ago)
1 comments
2 participants
participants (2)
-
Keyon Jie
-
Liam Girdwood