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 <rander.wang@intel.com>
This commit is contained in:
Rander Wang 2023-01-10 16:44:31 +08:00 committed by Curtis Malainey
parent 57874da1c5
commit 8d5e3a8b52
1 changed files with 6 additions and 1 deletions

View File

@ -89,6 +89,7 @@ ExternalProject_Add(sof_logger_ep
target_include_directories(SOF INTERFACE ../rimage/src/include) 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}/include)
target_include_directories(SOF INTERFACE ${SOF_SRC_PATH}/arch/${ARCH}/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. # TODO: Zephyr should not need xtos headers: FIX.
if (CONFIG_SOF_ZEPHYR_STRICT_HEADERS) 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 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 zephyr_library_sources_ifdef(CONFIG_COMP_IGO_NR