sof/test
Baofeng Tian 47c52ccfe4 Component: move comp_copy from header file to source file an
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>
2022-10-18 13:42:53 +03:00
..
cmocka Component: move comp_copy from header file to source file an 2022-10-18 13:42:53 +03:00
CMakeLists.txt cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
test-all-defconfigs.sh cmocka/test-all-defconfig.sh: add banners between platforms 2021-12-20 22:34:03 +00:00