mirror of https://github.com/thesofproject/sof.git
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:
parent
5b5936fba6
commit
7625eda9b0
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue