aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bf5xx-ad1980.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-28 01:45:09 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-03-30 07:17:50 +0900
commitbfe4ee0a935dccf5980ecb5605c66fe50feb9056 (patch)
tree0c51caeb8581f383eb7a3dcd5fd756c4efeb8240 /sound/soc/blackfin/bf5xx-ad1980.c
parentc8ad38b8b26ad04d5125606065c87315308d6df5 (diff)
downloadkernel_samsung_smdk4412-bfe4ee0a935dccf5980ecb5605c66fe50feb9056.zip
kernel_samsung_smdk4412-bfe4ee0a935dccf5980ecb5605c66fe50feb9056.tar.gz
kernel_samsung_smdk4412-bfe4ee0a935dccf5980ecb5605c66fe50feb9056.tar.bz2
ASoC: Blackfin: standardize machine driver names
Some machine drivers were using "bf5xx-", others were using "bf5xx_", while others were using "bfin-". Further, some were using the same name in the transport layer which makes it hard to use different codecs at the same time. So standardize all of them to "bfin-" and make sure they are name spaced according to their driver name. 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad1980.c b/sound/soc/blackfin/bf5xx-ad1980.c
index c147130..a381240 100644
--- a/sound/soc/blackfin/bf5xx-ad1980.c
+++ b/sound/soc/blackfin/bf5xx-ad1980.c
@@ -72,13 +72,13 @@ static struct snd_soc_dai_link bf5xx_board_dai = {
.stream_name = "AC97 HiFi",
.cpu_dai_name = "bfin-ac97",
.codec_dai_name = "ad1980-hifi",
- .platform_name = "bfin-pcm-audio",
+ .platform_name = "bfin-ac97-pcm-audio",
.codec_name = "ad1980",
.ops = &bf5xx_board_ops,
};
static struct snd_soc_card bf5xx_board = {
- .name = "bf5xx-board",
+ .name = "bfin-ad1980",
.dai_link = &bf5xx_board_dai,
.num_links = 1,
};