xref: /linux/sound/soc/meson/Makefile (revision 33e02dc69afbd8f1b85a51d74d72f139ba4ca623)
16dc4fa17SJerome Brunet# SPDX-License-Identifier: (GPL-2.0 OR MIT)
26dc4fa17SJerome Brunet
3*bfc05938STakashi Iwaisnd-soc-meson-aiu-y := aiu.o
4*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-acodec-ctrl.o
5*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-codec-ctrl.o
6*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-encoder-i2s.o
7*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-encoder-spdif.o
8*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-fifo.o
9*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-fifo-i2s.o
10*bfc05938STakashi Iwaisnd-soc-meson-aiu-y += aiu-fifo-spdif.o
11*bfc05938STakashi Iwaisnd-soc-meson-axg-fifo-y := axg-fifo.o
12*bfc05938STakashi Iwaisnd-soc-meson-axg-frddr-y := axg-frddr.o
13*bfc05938STakashi Iwaisnd-soc-meson-axg-toddr-y := axg-toddr.o
14*bfc05938STakashi Iwaisnd-soc-meson-axg-tdm-formatter-y := axg-tdm-formatter.o
15*bfc05938STakashi Iwaisnd-soc-meson-axg-tdm-interface-y := axg-tdm-interface.o
16*bfc05938STakashi Iwaisnd-soc-meson-axg-tdmin-y := axg-tdmin.o
17*bfc05938STakashi Iwaisnd-soc-meson-axg-tdmout-y := axg-tdmout.o
18*bfc05938STakashi Iwaisnd-soc-meson-axg-sound-card-y := axg-card.o
19*bfc05938STakashi Iwaisnd-soc-meson-axg-spdifin-y := axg-spdifin.o
20*bfc05938STakashi Iwaisnd-soc-meson-axg-spdifout-y := axg-spdifout.o
21*bfc05938STakashi Iwaisnd-soc-meson-axg-pdm-y := axg-pdm.o
22*bfc05938STakashi Iwaisnd-soc-meson-card-utils-y := meson-card-utils.o
23*bfc05938STakashi Iwaisnd-soc-meson-codec-glue-y := meson-codec-glue.o
24*bfc05938STakashi Iwaisnd-soc-meson-gx-sound-card-y := gx-card.o
25*bfc05938STakashi Iwaisnd-soc-meson-g12a-toacodec-y := g12a-toacodec.o
26*bfc05938STakashi Iwaisnd-soc-meson-g12a-tohdmitx-y := g12a-tohdmitx.o
27*bfc05938STakashi Iwaisnd-soc-meson-t9015-y := t9015.o
286dc4fa17SJerome Brunet
296ae9ca9cSJerome Brunetobj-$(CONFIG_SND_MESON_AIU) += snd-soc-meson-aiu.o
306dc4fa17SJerome Brunetobj-$(CONFIG_SND_MESON_AXG_FIFO) += snd-soc-meson-axg-fifo.o
3157d552e3SJerome Brunetobj-$(CONFIG_SND_MESON_AXG_FRDDR) += snd-soc-meson-axg-frddr.o
327ed4877bSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_TODDR) += snd-soc-meson-axg-toddr.o
331a11d88fSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_TDM_FORMATTER) += snd-soc-meson-axg-tdm-formatter.o
34d60e4f1eSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
3513a22e6aSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_TDMIN) += snd-soc-meson-axg-tdmin.o
36c41c2a35SJerome Brunetobj-$(CONFIG_SND_MESON_AXG_TDMOUT) += snd-soc-meson-axg-tdmout.o
377864a79fSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_SOUND_CARD) += snd-soc-meson-axg-sound-card.o
385ce56583SJerome Brunetobj-$(CONFIG_SND_MESON_AXG_SPDIFIN) += snd-soc-meson-axg-spdifin.o
3953eb4b7aSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_SPDIFOUT) += snd-soc-meson-axg-spdifout.o
402cfc123eSJerome Brunetobj-$(CONFIG_SND_MESON_AXG_PDM) += snd-soc-meson-axg-pdm.o
41aa9c3b72SJerome Brunetobj-$(CONFIG_SND_MESON_CARD_UTILS) += snd-soc-meson-card-utils.o
429c29fd9bSJerome Brunetobj-$(CONFIG_SND_MESON_CODEC_GLUE) += snd-soc-meson-codec-glue.o
43e37a0c31SJerome Brunetobj-$(CONFIG_SND_MESON_GX_SOUND_CARD) += snd-soc-meson-gx-sound-card.o
44af2618a2SJerome Brunetobj-$(CONFIG_SND_MESON_G12A_TOACODEC) += snd-soc-meson-g12a-toacodec.o
45c8609f38SJerome Brunetobj-$(CONFIG_SND_MESON_G12A_TOHDMITX) += snd-soc-meson-g12a-tohdmitx.o
4633901f5bSJerome Brunetobj-$(CONFIG_SND_SOC_MESON_T9015) += snd-soc-meson-t9015.o
47