brintos

brintos / linux-shallow public Read only

0
0
Text · 330 B · 014e93d Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3# platform driver4snd-soc-mt8195-afe-y := \5	mt8195-audsys-clk.o \6	mt8195-afe-clk.o \7	mt8195-afe-pcm.o \8	mt8195-dai-adda.o \9	mt8195-dai-etdm.o \10	mt8195-dai-pcm.o11 12obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o13 14# machine driver15obj-$(CONFIG_SND_SOC_MT8195_MT6359) += mt8195-mt6359.o16