xref: /linux-6.3-rc2/sound/soc/mediatek/mt8183/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2
3# platform driver
4snd-soc-mt8183-afe-objs := \
5	mt8183-afe-pcm.o \
6	mt8183-afe-clk.o \
7	mt8183-dai-i2s.o \
8	mt8183-dai-tdm.o \
9	mt8183-dai-pcm.o \
10	mt8183-dai-hostless.o \
11	mt8183-dai-adda.o
12
13obj-$(CONFIG_SND_SOC_MT8183) += snd-soc-mt8183-afe.o
14obj-$(CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A) += mt8183-mt6358-ts3a227-max98357.o
15obj-$(CONFIG_SND_SOC_MT8183_DA7219_MAX98357A) += mt8183-da7219-max98357.o
16

Last Index update Sun Aug 20 00:18:20 CST 2023