diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-28 01:45:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-29 18:17:46 -0400 |
commit | c8ad38b8b26ad04d5125606065c87315308d6df5 (patch) | |
tree | b939a0ca647705d31c0b045374f064f1c90af64f /sound/soc/blackfin/bf5xx-ad1980.c | |
parent | f04cd9cb11469a6a9cbfdad824254143250d78d2 (diff) |
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-ad1980.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ad1980.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad1980.c b/sound/soc/blackfin/bf5xx-ad1980.c index d57c9c9c9883..c147130a2e7e 100644 --- a/sound/soc/blackfin/bf5xx-ad1980.c +++ b/sound/soc/blackfin/bf5xx-ad1980.c | |||
@@ -73,7 +73,7 @@ static struct snd_soc_dai_link bf5xx_board_dai = { | |||
73 | .cpu_dai_name = "bfin-ac97", | 73 | .cpu_dai_name = "bfin-ac97", |
74 | .codec_dai_name = "ad1980-hifi", | 74 | .codec_dai_name = "ad1980-hifi", |
75 | .platform_name = "bfin-pcm-audio", | 75 | .platform_name = "bfin-pcm-audio", |
76 | .codec_name = "ad1980-codec", | 76 | .codec_name = "ad1980", |
77 | .ops = &bf5xx_board_ops, | 77 | .ops = &bf5xx_board_ops, |
78 | }; | 78 | }; |
79 | 79 | ||