diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-17 18:59:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-19 14:38:00 -0400 |
commit | d8259ca50b84c0247f10d0167fb85a3a005aeca7 (patch) | |
tree | 7c2ac433ccb7251f38ac362df093858dd1589652 /sound/soc/tegra/Makefile | |
parent | 5452030c564686a3dafd355da5456fbeca1de111 (diff) |
ASoC: tegra: Add machine driver for WM8753 codec
One such machine is Whistler.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/Makefile')
-rw-r--r-- | sound/soc/tegra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile index 98704b48b62a..391e78a34c06 100644 --- a/sound/soc/tegra/Makefile +++ b/sound/soc/tegra/Makefile | |||
@@ -16,10 +16,12 @@ obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o | |||
16 | obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o | 16 | obj-$(CONFIG_SND_SOC_TEGRA30_I2S) += snd-soc-tegra30-i2s.o |
17 | 17 | ||
18 | # Tegra machine Support | 18 | # Tegra machine Support |
19 | snd-soc-tegra-wm8753-objs := tegra_wm8753.o | ||
19 | snd-soc-tegra-wm8903-objs := tegra_wm8903.o | 20 | snd-soc-tegra-wm8903-objs := tegra_wm8903.o |
20 | snd-soc-tegra-trimslice-objs := trimslice.o | 21 | snd-soc-tegra-trimslice-objs := trimslice.o |
21 | snd-soc-tegra-alc5632-objs := tegra_alc5632.o | 22 | snd-soc-tegra-alc5632-objs := tegra_alc5632.o |
22 | 23 | ||
24 | obj-$(CONFIG_SND_SOC_TEGRA_WM8753) += snd-soc-tegra-wm8753.o | ||
23 | obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o | 25 | obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o |
24 | obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o | 26 | obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o |
25 | obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o | 27 | obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o |