blob: 21d2550a08a4fc1e15e41f4c66cc0a84a290396f [file] [log] [blame]
Stephen Warren8b75d712011-01-07 22:36:17 -07001# Tegra platform Support
Stephen Warren8b75d712011-01-07 22:36:17 -07002snd-soc-tegra-pcm-objs := tegra_pcm.o
Stephen Warrenc0d5a472012-03-30 17:07:24 -06003snd-soc-tegra-utils-objs += tegra_asoc_utils.o
Lucas Stach609dad92013-01-05 02:18:43 +01004snd-soc-tegra20-ac97-objs := tegra20_ac97.o
Stephen Warrenef280d32012-04-05 15:54:53 -06005snd-soc-tegra20-das-objs := tegra20_das.o
6snd-soc-tegra20-i2s-objs := tegra20_i2s.o
7snd-soc-tegra20-spdif-objs := tegra20_spdif.o
Stephen Warrencdc04fd2012-04-10 16:32:01 -06008snd-soc-tegra30-ahub-objs := tegra30_ahub.o
9snd-soc-tegra30-i2s-objs := tegra30_i2s.o
Stephen Warren8b75d712011-01-07 22:36:17 -070010
Stephen Warrenc0d5a472012-03-30 17:07:24 -060011obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o
Stephen Warren2ba94712011-04-12 11:40:37 -060012obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o
Lucas Stach609dad92013-01-05 02:18:43 +010013obj-$(CONFIG_SND_SOC_TEGRA20_AC97) += snd-soc-tegra20-ac97.o
Stephen Warren896637a2012-04-06 10:30:52 -060014obj-$(CONFIG_SND_SOC_TEGRA20_DAS) += snd-soc-tegra20-das.o
15obj-$(CONFIG_SND_SOC_TEGRA20_I2S) += snd-soc-tegra20-i2s.o
16obj-$(CONFIG_SND_SOC_TEGRA20_SPDIF) += snd-soc-tegra20-spdif.o
Stephen Warrencdc04fd2012-04-10 16:32:01 -060017obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o
18obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o
Stephen Warren8b75d712011-01-07 22:36:17 -070019
20# Tegra machine Support
Stephen Warren040a62c2013-06-12 11:35:34 -060021snd-soc-tegra-rt5640-objs := tegra_rt5640.o
Stephen Warrend8259ca2012-05-17 16:59:51 -060022snd-soc-tegra-wm8753-objs := tegra_wm8753.o
Stephen Warrendc0a50af2011-04-12 11:40:36 -060023snd-soc-tegra-wm8903-objs := tegra_wm8903.o
Lucas Stach6995b8c2013-01-16 13:05:12 +010024snd-soc-tegra-wm9712-objs := tegra_wm9712.o
Mike Rapoport13073942011-04-26 11:52:42 +030025snd-soc-tegra-trimslice-objs := trimslice.o
Leon Romanovsky58783fa2011-12-19 21:51:52 +020026snd-soc-tegra-alc5632-objs := tegra_alc5632.o
Stephen Warren8b75d712011-01-07 22:36:17 -070027
Stephen Warren040a62c2013-06-12 11:35:34 -060028obj-$(CONFIG_SND_SOC_TEGRA_RT5640) += snd-soc-tegra-rt5640.o
Stephen Warrend8259ca2012-05-17 16:59:51 -060029obj-$(CONFIG_SND_SOC_TEGRA_WM8753) += snd-soc-tegra-wm8753.o
Stephen Warren2ba94712011-04-12 11:40:37 -060030obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o
Lucas Stach6995b8c2013-01-16 13:05:12 +010031obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-wm9712.o
Mike Rapoport13073942011-04-26 11:52:42 +030032obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o
Leon Romanovsky58783fa2011-12-19 21:51:52 +020033obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o