brintos

brintos / linux-shallow public Read only

0
0
Text · 311 B · 1500214 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3# platform driver4snd-soc-mt6797-afe-y := \5	mt6797-afe-pcm.o \6	mt6797-afe-clk.o \7	mt6797-dai-pcm.o \8	mt6797-dai-hostless.o \9	mt6797-dai-adda.o10 11obj-$(CONFIG_SND_SOC_MT6797) += snd-soc-mt6797-afe.o12 13# machine driver14obj-$(CONFIG_SND_SOC_MT6797_MT6351) += mt6797-mt6351.o15