ASoC: tegra-alt: vcm30-t124 machine driver

This machine driver is for the vcm30_t124 platform supporting
dual codecs(wm8731 and ad1937).

Bug 1373091

Change-Id: Icdde8b5e9067dc3365009d6e6262a964986dae37
Signed-off-by: Songhee Baek <sbaek@nvidia.com>
Reviewed-on: http://git-master/r/290004
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Manoj Gangwal <mgangwal@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
This commit is contained in:
Songhee Baek
2013-09-19 18:11:04 -07:00
committed by Sameer Pujar
parent 64a271ff0b
commit 062304a1d1
2 changed files with 19 additions and 0 deletions

View File

@@ -47,3 +47,18 @@ config SND_SOC_TEGRA114_ADX_ALT
depends on SND_SOC_TEGRA_ALT && SND_SOC_TEGRA_ALT_114_OR_LATER
help
Say Y or M if you want to add support for Tegra114 ADX module.
config SND_SOC_TEGRA_VCM30T124_ALT
tristate "SoC Audio support for VCM30_T124"
depends on SND_SOC_TEGRA_ALT
depends on MACH_VCM30_T124
select SND_SOC_TEGRA30_XBAR_ALT
select SND_SOC_TEGRA30_APBIF_ALT
select SND_SOC_TEGRA30_I2S_ALT
select SND_SOC_TEGRA114_AMX_ALT
select SND_SOC_TEGRA114_ADX_ALT
select SND_SOC_AD193X
select SND_SOC_WM8731
help
Say Y or M here if you want to add support for SoC audio on the
TEGRA VCM30_T124 using wm8731 and ad1937 codecs.

View File

@@ -18,3 +18,7 @@ obj-$(CONFIG_SND_SOC_TEGRA30_XBAR_ALT) += snd-soc-tegra30-alt-xbar.o
obj-$(CONFIG_SND_SOC_TEGRA30_I2S_ALT) += snd-soc-tegra30-alt-i2s.o
obj-$(CONFIG_SND_SOC_TEGRA114_AMX_ALT) += snd-soc-tegra114-alt-amx.o
obj-$(CONFIG_SND_SOC_TEGRA114_ADX_ALT) += snd-soc-tegra114-alt-adx.o
# Tegra machine Support
snd-soc-tegra-alt-vcm30t124-objs := tegra_vcm30t124_alt.o
obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-vcm30t124.o