12 May
2020
12 May
'20
8:10 p.m.
On 5/13/20 12:22 AM, Pierre-Louis Bossart wrote:
I can add a function to reconcile the two list, but since we already have "tplg->pass != SOC_TPLG_PASS_xxx" check in each xxx_load(), do you suggest to moving the logging inside these xxx_load() to reduce the redundant check?
yes, you could add a static inline sof_tplg_log_hdr(hdr); after each pass check, sounds good to me.
OK, let me drop this and will send a new one soon.
Thanks, ~Keyon