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 <dramesh@nvidia.com>
Reviewed-on: http://git-master/r/1303696
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Dara Ramesh
2017-02-13 12:21:17 +05:30
committed by Sameer Pujar
parent aa31cc268e
commit f0c4dd2fad
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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