sof/test/cmocka
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
..
include header: rtos: use rtos specific version of alloc.h 2022-09-12 11:44:27 +01:00
m Test: cmocka: Add tests for auditory functions library 2022-09-06 22:05:03 +01:00
src Component: move comp_copy from header file to source file an 2022-10-18 13:42:53 +03:00
CMakeLists.txt mtl: Added meteorlake platform to the build system 2022-09-21 15:15:26 +02:00
cmocka-host-gcc-toolchain.cmake cmocka: add support to run mocks on host architecture 2021-04-20 15:35:18 +01:00
cmocka-xtensa-gcc-toolchain.cmake cmocka: add support to build mocks on xtensa GCC 2021-04-20 15:35:18 +01:00
cmocka-xtensa-xt-toolchain.cmake
memory_mock.x.in cmocka: align to the new heap management 2021-09-10 12:07:59 +01:00