aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bf5xx-ad193x.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-28 01:45:08 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-03-30 07:17:46 +0900
commitc8ad38b8b26ad04d5125606065c87315308d6df5 (patch)
treeb939a0ca647705d31c0b045374f064f1c90af64f /sound/soc/blackfin/bf5xx-ad193x.c
parentf04cd9cb11469a6a9cbfdad824254143250d78d2 (diff)
downloadkernel_samsung_smdk4412-c8ad38b8b26ad04d5125606065c87315308d6df5.zip
kernel_samsung_smdk4412-c8ad38b8b26ad04d5125606065c87315308d6df5.tar.gz
kernel_samsung_smdk4412-c8ad38b8b26ad04d5125606065c87315308d6df5.tar.bz2
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-ad193x.c')
-rw-r--r--sound/soc/blackfin/bf5xx-ad193x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad193x.c b/sound/soc/blackfin/bf5xx-ad193x.c
index 3367882..5794d09 100644
--- a/sound/soc/blackfin/bf5xx-ad193x.c
+++ b/sound/soc/blackfin/bf5xx-ad193x.c
@@ -113,7 +113,7 @@ static struct snd_soc_dai_link bf5xx_ad193x_dai = {
.cpu_dai_name = "bf5xx-tdm",
.codec_dai_name ="ad193x-hifi",
.platform_name = "bf5xx-tdm-pcm-audio",
- .codec_name = "ad193x-codec.5",
+ .codec_name = "ad193x.5",
.ops = &bf5xx_ad193x_ops,
};