From b2ec94e8e715f15d0d10d7474ccddab235677310 Mon Sep 17 00:00:00 2001 From: Manoj Gangwal Date: Fri, 28 Nov 2014 18:24:14 +0530 Subject: [PATCH] ASoC: tegra: Add support for ALC5639 Add change to build both machine driver ALC5639 & Audience es755 together. Bug 200058730 Change-Id: I067a5bb721f4b56165ed0d30f6f894148809f1f4 Signed-off-by: Manoj Gangwal Reviewed-on: http://git-master/r/658967 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani --- sound/soc/tegra-alt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 6bffbe66..f03b01d0 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -64,7 +64,7 @@ obj-$(CONFIG_SND_SOC_TEGRA210_ADSP_ALT) += snd-soc-tegra210-alt-adsp.o # Tegra machine Support snd-soc-tegra-alt-vcm30t124-objs := tegra_vcm30t124_alt.o tegra_asoc_machine_alt.o snd-soc-tegra-alt-grenada-objs := tegra_grenada_alt.o tegra_asoc_machine_alt.o -snd-soc-tegra-alt-t210ref-mobile-objs := tegra_t210ref_mobile_alt.o tegra_asoc_machine_alt.o +snd-soc-tegra-alt-t210ref-mobile-objs := tegra_t210ref_mobile_alt.o snd-soc-tegra-alt-t210ref-mobile-es755-objs := tegra_t210ref_mobile_es755_alt.o tegra_asoc_machine_alt.o snd-soc-tegra-alt-t210ref-objs := tegra_t210ref_alt.o tegra_asoc_machine_alt.o