From b9a38c783ade78bd3bcc2003d48080cd6dafff0e Mon Sep 17 00:00:00 2001 From: Dara Ramesh Date: Thu, 10 Jul 2014 11:57:42 +0530 Subject: [PATCH] ASoC: tegra-alt: T210 mobile machine driver This machine driver is for T210ref mobile platforms. Change-Id: I648b7abe6a8177b023d30c8960fd61accb9a073e Signed-off-by: Dara Ramesh Reviewed-on: http://git-master/r/436477 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sumit Bhattacharya Reviewed-by: Arun Shamanna Lakshmi --- sound/soc/tegra-alt/Kconfig | 23 +++++++++++++++++++++++ sound/soc/tegra-alt/Makefile | 2 ++ 2 files changed, 25 insertions(+) diff --git a/sound/soc/tegra-alt/Kconfig b/sound/soc/tegra-alt/Kconfig index 7043d47a..31de2903 100644 --- a/sound/soc/tegra-alt/Kconfig +++ b/sound/soc/tegra-alt/Kconfig @@ -198,3 +198,26 @@ config SND_SOC_TEGRA_GRENADA_ALT select SND_SOC_SPDIF help Say Y or M here. + +config SND_SOC_TEGRA_T210REF_MOBILE_ALT + tristate "SoC Audio support for T210Ref mobile" + depends on SND_SOC_TEGRA_ALT && I2C + depends on MACH_GRENADA + select SND_SOC_TEGRA210_XBAR_ALT + select SND_SOC_TEGRA210_PCM_ALT + select SND_SOC_TEGRA210_ADMA_ALT + select SND_SOC_TEGRA210_ADMAIF_ALT + select SND_SOC_TEGRA210_I2S_ALT + select SND_SOC_TEGRA210_DMIC_ALT + select SND_SOC_TEGRA210_AMX_ALT + select SND_SOC_TEGRA210_ADX_ALT + select SND_SOC_TEGRA210_MIXER_ALT + select SND_SOC_TEGRA210_SFC_ALT + select SND_SOC_TEGRA210_AFC_ALT + select SND_SOC_TEGRA210_MVC_ALT + select SND_SOC_TEGRA210_SPDIF_ALT + select SND_SOC_TEGRA210_ADSP_ALT + select SND_SOC_SPDIF + select SND_SOC_RT5639 + help + Say Y or M here. diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 6d035bb1..f47a44fb 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -57,7 +57,9 @@ obj-$(CONFIG_SND_SOC_TEGRA210_ADSP_ALT) += snd-soc-tegra210-alt-adsp.o snd-soc-tegra-alt-machine-objs := tegra_asoc_machine_alt.o snd-soc-tegra-alt-vcm30t124-objs := tegra_vcm30t124_alt.o snd-soc-tegra-alt-grenada-objs := tegra_grenada_alt.o +snd-soc-tegra-alt-t210ref-mobile-objs := tegra_t210ref_mobile_alt.o obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-vcm30t124.o obj-$(CONFIG_SND_SOC_TEGRA_GRENADA_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_T210REF_MOBILE_ALT) += snd-soc-tegra-alt-t210ref-mobile.o