mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Add support for mt8196 board with nau8825. Signed-off-by: Darren Ye <darren.ye@mediatek.com> Signed-off-by: Cyril Chao <Cyril.Chao@mediatek.com> Link: https://patch.msgid.link/20260430022417.32282-11-Cyril.Chao@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
15 lines
311 B
Makefile
15 lines
311 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# platform driver
|
|
snd-soc-mt8196-afe-objs += \
|
|
mt8196-afe-pcm.o \
|
|
mt8196-afe-clk.o \
|
|
mt8196-dai-adda.o \
|
|
mt8196-dai-i2s.o \
|
|
mt8196-dai-tdm.o
|
|
|
|
obj-$(CONFIG_SND_SOC_MT8196) += snd-soc-mt8196-afe.o
|
|
|
|
# machine driver
|
|
obj-$(CONFIG_SND_SOC_MT8196_NAU8825) += mt8196-nau8825.o
|