mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
22 lines
470 B
Makefile
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
|