brintos

brintos / linux-shallow public Read only

0
0
Text · 443 B · 0d0dcdd Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3# platform driver4snd-soc-mt8183-afe-y := \5	mt8183-afe-pcm.o \6	mt8183-afe-clk.o \7	mt8183-dai-i2s.o \8	mt8183-dai-tdm.o \9	mt8183-dai-pcm.o \10	mt8183-dai-hostless.o \11	mt8183-dai-adda.o12 13obj-$(CONFIG_SND_SOC_MT8183) += snd-soc-mt8183-afe.o14obj-$(CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A) += mt8183-mt6358-ts3a227-max98357.o15obj-$(CONFIG_SND_SOC_MT8183_DA7219_MAX98357A) += mt8183-da7219-max98357.o16