0001
0002
0003 snd-soc-tegra-pcm-objs := tegra_pcm.o
0004 snd-soc-tegra-utils-objs += tegra_asoc_utils.o
0005 snd-soc-tegra20-ac97-objs := tegra20_ac97.o
0006 snd-soc-tegra20-das-objs := tegra20_das.o
0007 snd-soc-tegra20-i2s-objs := tegra20_i2s.o
0008 snd-soc-tegra20-spdif-objs := tegra20_spdif.o
0009 snd-soc-tegra30-ahub-objs := tegra30_ahub.o
0010 snd-soc-tegra30-i2s-objs := tegra30_i2s.o
0011 snd-soc-tegra210-ahub-objs := tegra210_ahub.o
0012 snd-soc-tegra210-dmic-objs := tegra210_dmic.o
0013 snd-soc-tegra210-i2s-objs := tegra210_i2s.o
0014 snd-soc-tegra186-asrc-objs := tegra186_asrc.o
0015 snd-soc-tegra186-dspk-objs := tegra186_dspk.o
0016 snd-soc-tegra210-admaif-objs := tegra210_admaif.o
0017 snd-soc-tegra210-mvc-objs := tegra210_mvc.o
0018 snd-soc-tegra210-sfc-objs := tegra210_sfc.o
0019 snd-soc-tegra210-amx-objs := tegra210_amx.o
0020 snd-soc-tegra210-adx-objs := tegra210_adx.o
0021 snd-soc-tegra210-mixer-objs := tegra210_mixer.o
0022 snd-soc-tegra210-ope-objs := tegra210_ope.o tegra210_mbdrc.o tegra210_peq.o
0023
0024 obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o
0025 obj-$(CONFIG_SND_SOC_TEGRA20_AC97) += snd-soc-tegra20-ac97.o
0026 obj-$(CONFIG_SND_SOC_TEGRA20_DAS) += snd-soc-tegra20-das.o
0027 obj-$(CONFIG_SND_SOC_TEGRA20_I2S) += snd-soc-tegra20-i2s.o
0028 obj-$(CONFIG_SND_SOC_TEGRA20_SPDIF) += snd-soc-tegra20-spdif.o
0029 obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o
0030 obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o
0031 obj-$(CONFIG_SND_SOC_TEGRA210_DMIC) += snd-soc-tegra210-dmic.o
0032 obj-$(CONFIG_SND_SOC_TEGRA210_AHUB) += snd-soc-tegra210-ahub.o
0033 obj-$(CONFIG_SND_SOC_TEGRA210_I2S) += snd-soc-tegra210-i2s.o
0034 obj-$(CONFIG_SND_SOC_TEGRA186_ASRC) += snd-soc-tegra186-asrc.o
0035 obj-$(CONFIG_SND_SOC_TEGRA186_DSPK) += snd-soc-tegra186-dspk.o
0036 obj-$(CONFIG_SND_SOC_TEGRA210_ADMAIF) += snd-soc-tegra210-admaif.o
0037 obj-$(CONFIG_SND_SOC_TEGRA210_MVC) += snd-soc-tegra210-mvc.o
0038 obj-$(CONFIG_SND_SOC_TEGRA210_SFC) += snd-soc-tegra210-sfc.o
0039 obj-$(CONFIG_SND_SOC_TEGRA210_AMX) += snd-soc-tegra210-amx.o
0040 obj-$(CONFIG_SND_SOC_TEGRA210_ADX) += snd-soc-tegra210-adx.o
0041 obj-$(CONFIG_SND_SOC_TEGRA210_MIXER) += snd-soc-tegra210-mixer.o
0042 obj-$(CONFIG_SND_SOC_TEGRA210_OPE) += snd-soc-tegra210-ope.o
0043
0044
0045 snd-soc-tegra-wm8903-objs := tegra_wm8903.o
0046 snd-soc-tegra-machine-objs := tegra_asoc_machine.o
0047 snd-soc-tegra-audio-graph-card-objs := tegra_audio_graph_card.o
0048
0049 obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o
0050 obj-$(CONFIG_SND_SOC_TEGRA_MACHINE_DRV) += snd-soc-tegra-machine.o
0051 obj-$(CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD) += snd-soc-tegra-audio-graph-card.o