.. | .. |
---|
8 | 8 | snd-soc-tegra20-spdif-objs := tegra20_spdif.o |
---|
9 | 9 | snd-soc-tegra30-ahub-objs := tegra30_ahub.o |
---|
10 | 10 | 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 |
---|
11 | 16 | |
---|
12 | 17 | obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o |
---|
13 | 18 | obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o |
---|
.. | .. |
---|
17 | 22 | obj-$(CONFIG_SND_SOC_TEGRA20_SPDIF) += snd-soc-tegra20-spdif.o |
---|
18 | 23 | obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o |
---|
19 | 24 | 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 |
---|
20 | 30 | |
---|
21 | 31 | # Tegra machine Support |
---|
22 | 32 | snd-soc-tegra-rt5640-objs := tegra_rt5640.o |
---|
.. | .. |
---|
37 | 47 | obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o |
---|
38 | 48 | obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o |
---|
39 | 49 | 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 |
---|