From 789424fc3f1ee51b28e975a69621e95c6264a4d1 Mon Sep 17 00:00:00 2001 From: Ravindra Lokhande Date: Wed, 18 Jan 2012 20:28:49 +0530 Subject: ASoC: tegra: add max98095 audio codec support Reviewed-on: http://git-master/r/75964 Change-Id: Iddc1a4ab042aaab00d7959f957b66fc879c76ccc Reviewed-by: Scott Peterson Reviewed-by: Sumit Bhattacharya Signed-off-by: Ravindra Lokhande Signed-off-by: Varun Wadekar Reviewed-on: http://git-master/r/77302 Reviewed-by: Automatic_Commit_Validation_User --- sound/soc/tegra/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/soc/tegra/Makefile') diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile index dceef1137534..766e66adb85d 100644 --- a/sound/soc/tegra/Makefile +++ b/sound/soc/tegra/Makefile @@ -28,6 +28,7 @@ snd-soc-tegra-wm8753-objs := tegra_wm8753.o snd-soc-tegra-max98088-objs := tegra_max98088.o snd-soc-tegra-aic326x-objs := tegra_aic326x.o snd-soc-tegra-rt5640-objs := tegra_rt5640.o +snd-soc-tegra-max98095-objs := tegra_max98095.o obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-wm8903.o obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o @@ -35,3 +36,4 @@ obj-$(CONFIG_SND_SOC_TEGRA_WM8753) += snd-soc-tegra-wm8753.o 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_RT5640) += snd-soc-tegra-rt5640.o +obj-$(CONFIG_SND_SOC_TEGRA_MAX98095) += snd-soc-tegra-max98095.o -- cgit v1.2.3