162306a36Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0 OR MIT)
262306a36Sopenharmony_ci
362306a36Sopenharmony_cisnd-soc-meson-aiu-objs := aiu.o
462306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-acodec-ctrl.o
562306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-codec-ctrl.o
662306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-encoder-i2s.o
762306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-encoder-spdif.o
862306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-fifo.o
962306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-fifo-i2s.o
1062306a36Sopenharmony_cisnd-soc-meson-aiu-objs += aiu-fifo-spdif.o
1162306a36Sopenharmony_cisnd-soc-meson-axg-fifo-objs := axg-fifo.o
1262306a36Sopenharmony_cisnd-soc-meson-axg-frddr-objs := axg-frddr.o
1362306a36Sopenharmony_cisnd-soc-meson-axg-toddr-objs := axg-toddr.o
1462306a36Sopenharmony_cisnd-soc-meson-axg-tdm-formatter-objs := axg-tdm-formatter.o
1562306a36Sopenharmony_cisnd-soc-meson-axg-tdm-interface-objs := axg-tdm-interface.o
1662306a36Sopenharmony_cisnd-soc-meson-axg-tdmin-objs := axg-tdmin.o
1762306a36Sopenharmony_cisnd-soc-meson-axg-tdmout-objs := axg-tdmout.o
1862306a36Sopenharmony_cisnd-soc-meson-axg-sound-card-objs := axg-card.o
1962306a36Sopenharmony_cisnd-soc-meson-axg-spdifin-objs := axg-spdifin.o
2062306a36Sopenharmony_cisnd-soc-meson-axg-spdifout-objs := axg-spdifout.o
2162306a36Sopenharmony_cisnd-soc-meson-axg-pdm-objs := axg-pdm.o
2262306a36Sopenharmony_cisnd-soc-meson-card-utils-objs := meson-card-utils.o
2362306a36Sopenharmony_cisnd-soc-meson-codec-glue-objs := meson-codec-glue.o
2462306a36Sopenharmony_cisnd-soc-meson-gx-sound-card-objs := gx-card.o
2562306a36Sopenharmony_cisnd-soc-meson-g12a-toacodec-objs := g12a-toacodec.o
2662306a36Sopenharmony_cisnd-soc-meson-g12a-tohdmitx-objs := g12a-tohdmitx.o
2762306a36Sopenharmony_cisnd-soc-meson-t9015-objs := t9015.o
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AIU) += snd-soc-meson-aiu.o
3062306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_FIFO) += snd-soc-meson-axg-fifo.o
3162306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_FRDDR) += snd-soc-meson-axg-frddr.o
3262306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TODDR) += snd-soc-meson-axg-toddr.o
3362306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDM_FORMATTER) += snd-soc-meson-axg-tdm-formatter.o
3462306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
3562306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDMIN) += snd-soc-meson-axg-tdmin.o
3662306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_TDMOUT) += snd-soc-meson-axg-tdmout.o
3762306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_SOUND_CARD) += snd-soc-meson-axg-sound-card.o
3862306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_SPDIFIN) += snd-soc-meson-axg-spdifin.o
3962306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_SPDIFOUT) += snd-soc-meson-axg-spdifout.o
4062306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_AXG_PDM) += snd-soc-meson-axg-pdm.o
4162306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_CARD_UTILS) += snd-soc-meson-card-utils.o
4262306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_CODEC_GLUE) += snd-soc-meson-codec-glue.o
4362306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_GX_SOUND_CARD) += snd-soc-meson-gx-sound-card.o
4462306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_G12A_TOACODEC) += snd-soc-meson-g12a-toacodec.o
4562306a36Sopenharmony_ciobj-$(CONFIG_SND_MESON_G12A_TOHDMITX) += snd-soc-meson-g12a-tohdmitx.o
4662306a36Sopenharmony_ciobj-$(CONFIG_SND_SOC_MESON_T9015) += snd-soc-meson-t9015.o
47