brintos

brintos / linux-shallow public Read only

0
0
Text · 334 B · 52ba45a Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3# MTK Platform driver4snd-soc-mt8365-pcm-objs := \5	mt8365-afe-clk.o \6	mt8365-afe-pcm.o \7	mt8365-dai-adda.o \8	mt8365-dai-dmic.o \9	mt8365-dai-i2s.o \10	mt8365-dai-pcm.o11 12obj-$(CONFIG_SND_SOC_MT8365) += snd-soc-mt8365-pcm.o13 14# Machine driver15obj-$(CONFIG_SND_SOC_MT8365_MT6357) += mt8365-mt6357.o16