Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 1 | # Tegra platform Support |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 2 | snd-soc-tegra-pcm-objs := tegra_pcm.o |
Stephen Warren | c0d5a47 | 2012-03-30 17:07:24 -0600 | [diff] [blame] | 3 | snd-soc-tegra-utils-objs += tegra_asoc_utils.o |
Lucas Stach | 609dad9 | 2013-01-05 02:18:43 +0100 | [diff] [blame] | 4 | snd-soc-tegra20-ac97-objs := tegra20_ac97.o |
Stephen Warren | ef280d3 | 2012-04-05 15:54:53 -0600 | [diff] [blame] | 5 | snd-soc-tegra20-das-objs := tegra20_das.o |
| 6 | snd-soc-tegra20-i2s-objs := tegra20_i2s.o |
| 7 | snd-soc-tegra20-spdif-objs := tegra20_spdif.o |
Stephen Warren | cdc04fd | 2012-04-10 16:32:01 -0600 | [diff] [blame] | 8 | snd-soc-tegra30-ahub-objs := tegra30_ahub.o |
| 9 | snd-soc-tegra30-i2s-objs := tegra30_i2s.o |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 10 | |
Stephen Warren | c0d5a47 | 2012-03-30 17:07:24 -0600 | [diff] [blame] | 11 | obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o |
Stephen Warren | 2ba9471 | 2011-04-12 11:40:37 -0600 | [diff] [blame] | 12 | obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o |
Lucas Stach | 609dad9 | 2013-01-05 02:18:43 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_SND_SOC_TEGRA20_AC97) += snd-soc-tegra20-ac97.o |
Stephen Warren | 896637a | 2012-04-06 10:30:52 -0600 | [diff] [blame] | 14 | obj-$(CONFIG_SND_SOC_TEGRA20_DAS) += snd-soc-tegra20-das.o |
| 15 | obj-$(CONFIG_SND_SOC_TEGRA20_I2S) += snd-soc-tegra20-i2s.o |
| 16 | obj-$(CONFIG_SND_SOC_TEGRA20_SPDIF) += snd-soc-tegra20-spdif.o |
Stephen Warren | cdc04fd | 2012-04-10 16:32:01 -0600 | [diff] [blame] | 17 | obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o |
| 18 | obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 19 | |
| 20 | # Tegra machine Support |
Stephen Warren | d8259ca | 2012-05-17 16:59:51 -0600 | [diff] [blame] | 21 | snd-soc-tegra-wm8753-objs := tegra_wm8753.o |
Stephen Warren | dc0a50af | 2011-04-12 11:40:36 -0600 | [diff] [blame] | 22 | snd-soc-tegra-wm8903-objs := tegra_wm8903.o |
Lucas Stach | 6995b8c | 2013-01-16 13:05:12 +0100 | [diff] [blame] | 23 | snd-soc-tegra-wm9712-objs := tegra_wm9712.o |
Mike Rapoport | 1307394 | 2011-04-26 11:52:42 +0300 | [diff] [blame] | 24 | snd-soc-tegra-trimslice-objs := trimslice.o |
Leon Romanovsky | 58783fa | 2011-12-19 21:51:52 +0200 | [diff] [blame] | 25 | snd-soc-tegra-alc5632-objs := tegra_alc5632.o |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 26 | |
Stephen Warren | d8259ca | 2012-05-17 16:59:51 -0600 | [diff] [blame] | 27 | obj-$(CONFIG_SND_SOC_TEGRA_WM8753) += snd-soc-tegra-wm8753.o |
Stephen Warren | 2ba9471 | 2011-04-12 11:40:37 -0600 | [diff] [blame] | 28 | obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o |
Lucas Stach | 6995b8c | 2013-01-16 13:05:12 +0100 | [diff] [blame] | 29 | obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-wm9712.o |
Mike Rapoport | 1307394 | 2011-04-26 11:52:42 +0300 | [diff] [blame] | 30 | obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o |
Leon Romanovsky | 58783fa | 2011-12-19 21:51:52 +0200 | [diff] [blame] | 31 | obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o |