From f0c4dd2fada666cbc6f8ab0f8876c1e3d8a6ae73 Mon Sep 17 00:00:00 2001 From: Dara Ramesh Date: Mon, 13 Feb 2017 12:21:17 +0530 Subject: [PATCH] ASoC: tegra-alt: add rt5640 machine driver on kernel 4.4 both rt5639 and rt5640 is unified to single RT5640 driver, so changed the machine driver to switch over to new codec driver. bug 200270111 Change-Id: Ib063af7682c45ae85766207ecf69dfe9ae3d9e8b Signed-off-by: Dara Ramesh Reviewed-on: http://git-master/r/1303696 Reviewed-by: Ravindra Lokhande Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit --- sound/soc/tegra-alt/Kconfig | 2 +- sound/soc/tegra-alt/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/soc/tegra-alt/Kconfig b/sound/soc/tegra-alt/Kconfig index 328a9b56..12a207f1 100644 --- a/sound/soc/tegra-alt/Kconfig +++ b/sound/soc/tegra-alt/Kconfig @@ -248,7 +248,7 @@ config SND_SOC_TEGRA_T210REF_MOBILE_ALT select SND_SOC_TEGRA210_OPE_ALT select SND_SOC_TEGRA210_SPDIF_ALT select SND_SOC_SPDIF - select SND_SOC_RT5639 + select SND_SOC_RT5640 select SND_SOC_RT5659 select SND_SOC_TEGRA_ASOC_MACHINE_ALT help diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 3527abd0..27d1aa13 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -75,6 +75,7 @@ snd-soc-tegra-alt-vcm30t124-objs := tegra_vcm30t124_alt.o snd-soc-tegra-alt-grenada-objs := tegra_grenada_alt.o snd-soc-tegra-alt-p1889ref-objs := tegra_p1889ref_alt.o snd-soc-tegra-alt-t210ref-mobile-objs := tegra_t210ref_mobile_rt565x_alt.o +snd-soc-tegra-alt-t210ref-mobile-rt5639-objs := tegra_t210ref_mobile_alt.o snd-soc-tegra-alt-t210ref-mobile-es755-objs := tegra_t210ref_mobile_es755_alt.o snd-soc-tegra-alt-t210ref-objs := tegra_t210ref_alt.o snd-soc-tegra-alt-t210ref-p2382-objs := tegra_t210ref_p2382_alt.o \ @@ -87,6 +88,7 @@ obj-$(CONFIG_SND_SOC_TEGRA_P1889REF_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_GRENADA_ALT) += snd-soc-tegra-alt-grenada.o obj-$(CONFIG_SND_SOC_TEGRA_GRENADA_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ALT) += snd-soc-tegra-alt-t210ref-mobile.o +obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ALT) += snd-soc-tegra-alt-t210ref-mobile-rt5639.o obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ES755_ALT) += snd-soc-tegra-alt-t210ref-mobile-es755.o obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ES755_ALT) += snd-soc-tegra-alt-machine.o