diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-04-12 13:29:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-18 12:54:09 -0400 |
commit | 7b33af252fbbf3beb694448da3ba6687022fd602 (patch) | |
tree | c0d95f9c8f1f591c3f2500849ffb9017e5ae5698 /arch/arm/mach-tegra | |
parent | 4651d5566840e911b14a5052f18ed39558677937 (diff) |
ASoC: Tegra: Rename pdev tegra-snd-harmony to tegra-snd-wm8903
Soon, this machine driver will be updated to handle a number of Tegra boards
using the WM8903 codec. Rename the platform device in advance to reflect this.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index 3c6bba25a1e4..987c5e46d581 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -75,7 +75,7 @@ static struct tegra_wm8903_platform_data harmony_audio_pdata = { | |||
75 | }; | 75 | }; |
76 | 76 | ||
77 | static struct platform_device harmony_audio_device = { | 77 | static struct platform_device harmony_audio_device = { |
78 | .name = "tegra-snd-harmony", | 78 | .name = "tegra-snd-wm8903", |
79 | .id = 0, | 79 | .id = 0, |
80 | .dev = { | 80 | .dev = { |
81 | .platform_data = &harmony_audio_pdata, | 81 | .platform_data = &harmony_audio_pdata, |