xref: /kernel/linux/linux-5.10/sound/soc/meson/Makefile (revision 8c2ecf20)
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0 OR MIT)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs := aiu.o
48c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-acodec-ctrl.o
58c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-codec-ctrl.o
68c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-encoder-i2s.o
78c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-encoder-spdif.o
88c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-fifo.o
98c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-fifo-i2s.o
108c2ecf20Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-fifo-spdif.o
118c2ecf20Sopenharmony_cisnd-soc-meson-axg-fifo-objs := axg-fifo.o
128c2ecf20Sopenharmony_cisnd-soc-meson-axg-frddr-objs := axg-frddr.o
138c2ecf20Sopenharmony_cisnd-soc-meson-axg-toddr-objs := axg-toddr.o
148c2ecf20Sopenharmony_cisnd-soc-meson-axg-tdm-formatter-objs := axg-tdm-formatter.o
158c2ecf20Sopenharmony_cisnd-soc-meson-axg-tdm-interface-objs := axg-tdm-interface.o
168c2ecf20Sopenharmony_cisnd-soc-meson-axg-tdmin-objs := axg-tdmin.o
178c2ecf20Sopenharmony_cisnd-soc-meson-axg-tdmout-objs := axg-tdmout.o
188c2ecf20Sopenharmony_cisnd-soc-meson-axg-sound-card-objs := axg-card.o
198c2ecf20Sopenharmony_cisnd-soc-meson-axg-spdifin-objs := axg-spdifin.o
208c2ecf20Sopenharmony_cisnd-soc-meson-axg-spdifout-objs := axg-spdifout.o
218c2ecf20Sopenharmony_cisnd-soc-meson-axg-pdm-objs := axg-pdm.o
228c2ecf20Sopenharmony_cisnd-soc-meson-card-utils-objs := meson-card-utils.o
238c2ecf20Sopenharmony_cisnd-soc-meson-codec-glue-objs := meson-codec-glue.o
248c2ecf20Sopenharmony_cisnd-soc-meson-gx-sound-card-objs := gx-card.o
258c2ecf20Sopenharmony_cisnd-soc-meson-g12a-toacodec-objs := g12a-toacodec.o
268c2ecf20Sopenharmony_cisnd-soc-meson-g12a-tohdmitx-objs := g12a-tohdmitx.o
278c2ecf20Sopenharmony_cisnd-soc-meson-t9015-objs := t9015.o
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AIU) += snd-soc-meson-aiu.o
308c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_FIFO) += snd-soc-meson-axg-fifo.o
318c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_FRDDR) += snd-soc-meson-axg-frddr.o
328c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TODDR) += snd-soc-meson-axg-toddr.o
338c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDM_FORMATTER) += snd-soc-meson-axg-tdm-formatter.o
348c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
358c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDMIN) += snd-soc-meson-axg-tdmin.o
368c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDMOUT) += snd-soc-meson-axg-tdmout.o
378c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_SOUND_CARD) += snd-soc-meson-axg-sound-card.o
388c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_SPDIFIN) += snd-soc-meson-axg-spdifin.o
398c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_SPDIFOUT) += snd-soc-meson-axg-spdifout.o
408c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_PDM) += snd-soc-meson-axg-pdm.o
418c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_CARD_UTILS) += snd-soc-meson-card-utils.o
428c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_CODEC_GLUE) += snd-soc-meson-codec-glue.o
438c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_GX_SOUND_CARD) += snd-soc-meson-gx-sound-card.o
448c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_G12A_TOACODEC) += snd-soc-meson-g12a-toacodec.o
458c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MESON_G12A_TOHDMITX) += snd-soc-meson-g12a-tohdmitx.o
468c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_MESON_T9015) += snd-soc-meson-t9015.o
47