1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

22 lines
470 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# platform driver
snd-soc-mt6853-afe-objs := \
mt6853-afe-pcm.o \
mt6853-afe-clk.o \
mt6853-afe-gpio.o \
mt6853-dai-adda.o \
mt6853-afe-control.o \
mt6853-dai-i2s.o \
mt6853-dai-hw-gain.o \
mt6853-dai-src.o \
mt6853-dai-pcm.o \
mt6853-dai-tdm.o \
mt6853-dai-hostless.o \
mt6853-misc-control.o
obj-$(CONFIG_SND_SOC_MT6853) += snd-soc-mt6853-afe.o
# machine driver
obj-$(CONFIG_SND_SOC_MT6853_MT6359P) += mt6853-mt6359p.o