2023-01-16 11:41:26 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
# platform driver
|
2024-05-07 23:55:20 +08:00
|
|
|
snd-soc-mt8188-afe-y := \
|
2023-01-16 11:41:26 +08:00
|
|
|
mt8188-afe-clk.o \
|
|
|
|
mt8188-afe-pcm.o \
|
|
|
|
mt8188-audsys-clk.o \
|
|
|
|
mt8188-dai-adda.o \
|
|
|
|
mt8188-dai-etdm.o \
|
|
|
|
mt8188-dai-pcm.o
|
|
|
|
|
|
|
|
obj-$(CONFIG_SND_SOC_MT8188) += snd-soc-mt8188-afe.o
|
2023-01-16 11:41:30 +08:00
|
|
|
|
|
|
|
# machine driver
|
|
|
|
obj-$(CONFIG_SND_SOC_MT8188_MT6359) += mt8188-mt6359.o
|