2 May
2018
2 May
'18
11:41 a.m.
On Wed, 2018-05-02 at 10:10 +0100, Liam Girdwood wrote:
On Wed, 2018-05-02 at 16:53 +0800, yanwang wrote:
#define trace_comp(comp_dev, level, trace_data) \ if (comp_dev->trace_level >= level) \ emit_trace(data);
Yes. But current existed trace calling need be replaced by trace_comp()?
Yes.
Thanks for your comments. I will finish the refining and submit as v2.
Yan Wang