From 1536dd26708d3fe981a5b107b5727861d00b7129 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Tue, 26 Jul 2011 16:21:08 -0600 Subject: ASoC: Tegra: Complete Tegra->Tegra20 renaming Rename Tegra20-specific Kconfig variables, module filenames, all internal symbol names, clocks, and platform devices, to reflect the fact the DAS and I2S drivers are for a specific HW version. Signed-off-by: Stephen Warren Rebase-Id: Re5b72edd9dff4c93466b2db96dd40eb708343ccb --- sound/soc/tegra/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sound/soc/tegra/Kconfig') diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 5894869e32f7..9f740d793556 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -5,14 +5,14 @@ config SND_SOC_TEGRA help Say Y or M here if you want support for SoC audio on Tegra. -config SND_SOC_TEGRA_DAS - tristate "Tegra Digital Audio Switch driver" +config SND_SOC_TEGRA20_DAS + tristate "Tegra 20 Digital Audio Switch driver" depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC -config SND_SOC_TEGRA_I2S - tristate "Tegra I2S driver" +config SND_SOC_TEGRA20_I2S + tristate "Tegra 20 I2S driver" depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC - select SND_SOC_TEGRA_DAS + select SND_SOC_TEGRA20_DAS help Say Y or M if you want to add support for codecs attached to the Tegra I2S interface. You will also need to select the individual @@ -38,7 +38,7 @@ config SND_SOC_TEGRA_WM8903 tristate "SoC Audio support for Tegra boards using a WM8903 codec" depends on SND_SOC_TEGRA && I2C depends on MACH_HAS_SND_SOC_TEGRA_WM8903 - select SND_SOC_TEGRA_I2S if ARCH_TEGRA_2x_SOC + select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC select SND_SOC_WM8903 help Say Y or M here if you want to add support for SoC audio on Tegra -- cgit v1.2.3