mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
0261e36477
This patch adds support for mt8195 board with mt6359, rt1011 and rt5682. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Link: https://lore.kernel.org/r/20211020071428.14297-2-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
17 lines
444 B
Makefile
17 lines
444 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# platform driver
|
|
snd-soc-mt8195-afe-objs := \
|
|
mt8195-audsys-clk.o \
|
|
mt8195-afe-clk.o \
|
|
mt8195-afe-pcm.o \
|
|
mt8195-dai-adda.o \
|
|
mt8195-dai-etdm.o \
|
|
mt8195-dai-pcm.o
|
|
|
|
obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o
|
|
|
|
# machine driver
|
|
obj-$(CONFIG_SND_SOC_MT8195_MT6359_RT1019_RT5682) += mt8195-mt6359-rt1019-rt5682.o
|
|
obj-$(CONFIG_SND_SOC_MT8195_MT6359_RT1011_RT5682) += mt8195-mt6359-rt1011-rt5682.o
|