aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/harmony.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-09 08:47:06 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-09 17:47:56 -0500
commit4b592c919c694de79c31d5fde59c169fc79595a9 (patch)
treeb592ff3f91e3909a6f932b34ad4d76c32925228f /sound/soc/tegra/harmony.c
parent4f82f0285297b89bb1d612b52dfd38fd572a8282 (diff)
ASoC: Remove redundant -codec from WM8903 driver name
It causes noisy -codecs to appear in things like .codec_name. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/tegra/harmony.c')
-rw-r--r--sound/soc/tegra/harmony.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c
index be95405df3f4..61befcc281a8 100644
--- a/sound/soc/tegra/harmony.c
+++ b/sound/soc/tegra/harmony.c
@@ -225,7 +225,7 @@ static int harmony_asoc_init(struct snd_soc_pcm_runtime *rtd)
225static struct snd_soc_dai_link harmony_wm8903_dai = { 225static struct snd_soc_dai_link harmony_wm8903_dai = {
226 .name = "WM8903", 226 .name = "WM8903",
227 .stream_name = "WM8903 PCM", 227 .stream_name = "WM8903 PCM",
228 .codec_name = "wm8903-codec.0-001a", 228 .codec_name = "wm8903.0-001a",
229 .platform_name = "tegra-pcm-audio", 229 .platform_name = "tegra-pcm-audio",
230 .cpu_dai_name = "tegra-i2s.0", 230 .cpu_dai_name = "tegra-i2s.0",
231 .codec_dai_name = "wm8903-hifi", 231 .codec_dai_name = "wm8903-hifi",