Merge branch 'fixes-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/coolone...
[linux/fpc-iii.git] / sound / soc / tegra / Makefile
blob391e78a34c0602b3dfdb6867dcd0fdd48441c219
1 # Tegra platform Support
2 snd-soc-tegra-pcm-objs := tegra_pcm.o
3 snd-soc-tegra-utils-objs += tegra_asoc_utils.o
4 snd-soc-tegra20-das-objs := tegra20_das.o
5 snd-soc-tegra20-i2s-objs := tegra20_i2s.o
6 snd-soc-tegra20-spdif-objs := tegra20_spdif.o
7 snd-soc-tegra30-ahub-objs := tegra30_ahub.o
8 snd-soc-tegra30-i2s-objs := tegra30_i2s.o
10 obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o
11 obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o
12 obj-$(CONFIG_SND_SOC_TEGRA20_DAS) += snd-soc-tegra20-das.o
13 obj-$(CONFIG_SND_SOC_TEGRA20_I2S) += snd-soc-tegra20-i2s.o
14 obj-$(CONFIG_SND_SOC_TEGRA20_SPDIF) += snd-soc-tegra20-spdif.o
15 obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o
16 obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o
18 # Tegra machine Support
19 snd-soc-tegra-wm8753-objs := tegra_wm8753.o
20 snd-soc-tegra-wm8903-objs := tegra_wm8903.o
21 snd-soc-tegra-trimslice-objs := trimslice.o
22 snd-soc-tegra-alc5632-objs := tegra_alc5632.o
24 obj-$(CONFIG_SND_SOC_TEGRA_WM8753) += snd-soc-tegra-wm8753.o
25 obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o
26 obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o
27 obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o