1# SPDX-License-Identifier: GPL-2.0 2 3# platform driver 4snd-soc-mt8196-afe-objs += \ 5 mt8196-afe-pcm.o \ 6 mt8196-afe-clk.o \ 7 mt8196-dai-adda.o \ 8 mt8196-dai-i2s.o \ 9 mt8196-dai-tdm.o 10 11obj-$(CONFIG_SND_SOC_MT8196) += snd-soc-mt8196-afe.o 12 13# machine driver 14obj-$(CONFIG_SND_SOC_MT8196_NAU8825) += mt8196-nau8825.o 15