forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/sound/soc/tegra/Makefile
....@@ -8,6 +8,11 @@
88 snd-soc-tegra20-spdif-objs := tegra20_spdif.o
99 snd-soc-tegra30-ahub-objs := tegra30_ahub.o
1010 snd-soc-tegra30-i2s-objs := tegra30_i2s.o
11
+snd-soc-tegra210-ahub-objs := tegra210_ahub.o
12
+snd-soc-tegra210-dmic-objs := tegra210_dmic.o
13
+snd-soc-tegra210-i2s-objs := tegra210_i2s.o
14
+snd-soc-tegra186-dspk-objs := tegra186_dspk.o
15
+snd-soc-tegra210-admaif-objs := tegra210_admaif.o
1116
1217 obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o
1318 obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o
....@@ -17,6 +22,11 @@
1722 obj-$(CONFIG_SND_SOC_TEGRA20_SPDIF) += snd-soc-tegra20-spdif.o
1823 obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o
1924 obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o
25
+obj-$(CONFIG_SND_SOC_TEGRA210_DMIC) += snd-soc-tegra210-dmic.o
26
+obj-$(CONFIG_SND_SOC_TEGRA210_AHUB) += snd-soc-tegra210-ahub.o
27
+obj-$(CONFIG_SND_SOC_TEGRA210_I2S) += snd-soc-tegra210-i2s.o
28
+obj-$(CONFIG_SND_SOC_TEGRA186_DSPK) += snd-soc-tegra186-dspk.o
29
+obj-$(CONFIG_SND_SOC_TEGRA210_ADMAIF) += snd-soc-tegra210-admaif.o
2030
2131 # Tegra machine Support
2232 snd-soc-tegra-rt5640-objs := tegra_rt5640.o
....@@ -37,4 +47,4 @@
3747 obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o
3848 obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o
3949 obj-$(CONFIG_SND_SOC_TEGRA_MAX98090) += snd-soc-tegra-max98090.o
40
-obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o
50
+obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o