mirror of https://github.com/thesofproject/sof.git
47c52ccfe4
On sof zephyr ipc4 build, component performance profiling logs can't be enabled due to current xcc compiler does not support inline logging in header file, logs as below: log_level undeclared (first use in this function) log_current_const_data undeclared (first use in this function) Move comp_copy to component.c can resolve this limitation. However, this brings another cmocka issue for mixer unit test, this patch also fixed cmocka mixer unit test issue. BugLink: https://github.com/zephyrproject-rtos/zephyr/issues/43786 Signed-off-by: Baofeng Tian <baofeng.tian@intel.com> |
||
---|---|---|
.. | ||
cmocka | ||
CMakeLists.txt | ||
test-all-defconfigs.sh |