summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Makefile
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2013-05-31 15:23:34 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:26:27 -0700
commit01ca68419fc43a8085ecac89879ead4f3d1ba335 (patch)
treead3a4dd2b2a9c14971a41e64e4f194479d884ac0 /sound/soc/tegra/Makefile
parent5e4f2f0797cd6b86d43b27c95db54dd4edbd3a78 (diff)
asoc: tegra: enable audio on ardbeg
Bug 1256430 Change-Id: I93a2416a2d5344a461a6a60171b43bb0fd4245cb Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: http://git-master/r/234493 Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com>
Diffstat (limited to 'sound/soc/tegra/Makefile')
-rw-r--r--sound/soc/tegra/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile
index 8aac709dba72..bf798c9dfc71 100644
--- a/sound/soc/tegra/Makefile
+++ b/sound/soc/tegra/Makefile
@@ -34,6 +34,7 @@ snd-soc-tegra-max98088-objs := tegra_max98088.o
snd-soc-tegra-aic326x-objs := tegra_aic326x.o
snd-soc-tegra-aic325x-objs := tegra_aic325x.o
snd-soc-tegra-rt5640-objs := tegra_rt5640.o
+snd-soc-tegra-rt5645-objs := tegra_rt5645.o
snd-soc-tegra-max98095-objs := tegra_max98095.o
snd-soc-tegra-vcm-objs := tegra_vcm.o
snd-soc-tegra-cs42l73-objs := tegra_cs42l73.o
@@ -48,6 +49,7 @@ obj-$(CONFIG_SND_SOC_TEGRA_MAX98088) += snd-soc-tegra-max98088.o
obj-$(CONFIG_SND_SOC_TEGRA_TLV320AIC326X) += snd-soc-tegra-aic326x.o
obj-$(CONFIG_SND_SOC_TEGRA_TLV320AIC325X) += snd-soc-tegra-aic325x.o
obj-$(CONFIG_SND_SOC_TEGRA_RT5640) += snd-soc-tegra-rt5640.o
+obj-$(CONFIG_SND_SOC_TEGRA_RT5645) += snd-soc-tegra-rt5645.o
obj-$(CONFIG_SND_SOC_TEGRA_MAX98095) += snd-soc-tegra-max98095.o
obj-$(CONFIG_SND_SOC_TEGRA_P1852) += snd-soc-tegra-vcm.o
obj-$(CONFIG_SND_SOC_TEGRA_E1853) += snd-soc-tegra-vcm.o