summaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bf5xx-ad73311.c
diff options
context:
space:
mode:
authorMike Frysinger2011-03-28 07:45:08 +0200
committerMark Brown2011-03-30 00:17:46 +0200
commitc8ad38b8b26ad04d5125606065c87315308d6df5 (patch)
treeb939a0ca647705d31c0b045374f064f1c90af64f /sound/soc/blackfin/bf5xx-ad73311.c
parentASoC: Blackfin: add ad193x sysclk configuration (diff)
downloadkernel-qcow2-linux-c8ad38b8b26ad04d5125606065c87315308d6df5.tar.gz
kernel-qcow2-linux-c8ad38b8b26ad04d5125606065c87315308d6df5.tar.xz
kernel-qcow2-linux-c8ad38b8b26ad04d5125606065c87315308d6df5.zip
ASoC: Blackfin: drop "-codec" from codec names
The recent multi-component patch incorrectly added "-codec" suffixes to parts which are not MFD. Drop the suffix from the machine drivers too. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/blackfin/bf5xx-ad73311.c')
-rw-r--r--sound/soc/blackfin/bf5xx-ad73311.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad73311.c b/sound/soc/blackfin/bf5xx-ad73311.c
index 732fb8bad076..1655f950dfb4 100644
--- a/sound/soc/blackfin/bf5xx-ad73311.c
+++ b/sound/soc/blackfin/bf5xx-ad73311.c
@@ -186,7 +186,7 @@ static struct snd_soc_dai_link bf5xx_ad73311_dai = {
.cpu_dai_name = "bf5xx-i2s",
.codec_dai_name = "ad73311-hifi",
.platform_name = "bfin-pcm-audio",
- .codec_name = "ad73311-codec",
+ .codec_name = "ad73311",
.ops = &bf5xx_ad73311_ops,
};