From 8d5e3a8b52995f625d10e08637ee26eb7e2c748b Mon Sep 17 00:00:00 2001 From: Rander Wang Date: Tue, 10 Jan 2023 16:44:31 +0800 Subject: [PATCH] ipc4: enable google AEC building for zephyr Enable dummy AEC building support but still need to enable google AEC in overlay file for chrome. Signed-off-by: Rander Wang --- zephyr/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt index a6d991096..0c9ca0148 100644 --- a/zephyr/CMakeLists.txt +++ b/zephyr/CMakeLists.txt @@ -89,6 +89,7 @@ ExternalProject_Add(sof_logger_ep target_include_directories(SOF INTERFACE ../rimage/src/include) target_include_directories(SOF INTERFACE ${SOF_SRC_PATH}/include) target_include_directories(SOF INTERFACE ${SOF_SRC_PATH}/arch/${ARCH}/include) +target_include_directories(SOF INTERFACE ${SOF_SRC_PATH}/../third_party/include) # TODO: Zephyr should not need xtos headers: FIX. if (CONFIG_SOF_ZEPHYR_STRICT_HEADERS) @@ -769,7 +770,11 @@ zephyr_library_sources_ifdef(CONFIG_COMP_MULTIBAND_DRC ) zephyr_library_sources_ifdef(CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING - ${SOF_AUDIO_PATH}/google_rtc_audio_processing.c + ${SOF_AUDIO_PATH}/google/google_rtc_audio_processing.c +) + +zephyr_library_sources_ifdef(CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK + ${SOF_AUDIO_PATH}/google/google_rtc_audio_processing_mock.c ) zephyr_library_sources_ifdef(CONFIG_COMP_IGO_NR