platform: mtk: compile afe support for mt8195

The AFE is a audio hw interface on the mt8195 platform.
This commit brings the compile support for the AFE.

The audio front-end essentially consists of voice and audio data paths

Signed-off-by: YC Hung <yc.hung@mediatek.com>
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
This commit is contained in:
Allen-KH Cheng 2021-09-03 18:01:01 +08:00 committed by Liam Girdwood
parent 5b5936fba6
commit 7625eda9b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
add_local_sources(sof ipc.c timer.c
interrupt.c
interrupt.c uart.c afe-memif.c afe-dai.c afe-drv.c
)

View File

@ -2,5 +2,5 @@
add_subdirectory(lib)
add_local_sources(sof platform.c)
add_local_sources(sof platform.c printf.c afe-platform.c)
target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8195/include/platform)