aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm8903.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-04-06 12:30:52 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-06 12:36:15 -0400
commit896637ac1be95a239b68dbe61c12a8a9bc00a9a3 (patch)
treebd6bfa8f1ecb71d1307634354eb6e674576abd93 /sound/soc/tegra/tegra_wm8903.c
parentef280d3907cea21b6093802398bbe4193e221a64 (diff)
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 <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_wm8903.c')
-rw-r--r--sound/soc/tegra/tegra_wm8903.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c
index 2f9e9ff771c8..0b0df49d9d33 100644
--- a/sound/soc/tegra/tegra_wm8903.c
+++ b/sound/soc/tegra/tegra_wm8903.c
@@ -350,8 +350,8 @@ static struct snd_soc_dai_link tegra_wm8903_dai = {
350 .name = "WM8903", 350 .name = "WM8903",
351 .stream_name = "WM8903 PCM", 351 .stream_name = "WM8903 PCM",
352 .codec_name = "wm8903.0-001a", 352 .codec_name = "wm8903.0-001a",
353 .platform_name = "tegra-i2s.0", 353 .platform_name = "tegra20-i2s.0",
354 .cpu_dai_name = "tegra-i2s.0", 354 .cpu_dai_name = "tegra20-i2s.0",
355 .codec_dai_name = "wm8903-hifi", 355 .codec_dai_name = "wm8903-hifi",
356 .init = tegra_wm8903_init, 356 .init = tegra_wm8903_init,
357 .ops = &tegra_wm8903_ops, 357 .ops = &tegra_wm8903_ops,