summaryrefslogtreecommitdiff
path: root/sound/soc/blackfin
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-05 18:13:31 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-05 18:13:31 -0700
commit11323e328336d21aafd7e814f337c20bb1cabd83 (patch)
tree7c4961021b9fe22cbe7a1404299a859c182ccf7d /sound/soc/blackfin
parent4ed0d012c945af332ede1f9853db5184b6c24da1 (diff)
parentc5d2e650bd805a00ff9af537d5b5dede598a198c (diff)
downloadlinux-3.10-11323e328336d21aafd7e814f337c20bb1cabd83.tar.gz
linux-3.10-11323e328336d21aafd7e814f337c20bb1cabd83.tar.bz2
linux-3.10-11323e328336d21aafd7e814f337c20bb1cabd83.zip
Merge branch 'for-3.1' into for-3.2
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r--sound/soc/blackfin/bf5xx-ad193x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad193x.c b/sound/soc/blackfin/bf5xx-ad193x.c
index a118a0fb9d8..5956584ea3a 100644
--- a/sound/soc/blackfin/bf5xx-ad193x.c
+++ b/sound/soc/blackfin/bf5xx-ad193x.c
@@ -103,7 +103,7 @@ static struct snd_soc_dai_link bf5xx_ad193x_dai[] = {
.cpu_dai_name = "bfin-tdm.0",
.codec_dai_name ="ad193x-hifi",
.platform_name = "bfin-tdm-pcm-audio",
- .codec_name = "ad193x.5",
+ .codec_name = "spi0.5",
.ops = &bf5xx_ad193x_ops,
},
{
@@ -112,7 +112,7 @@ static struct snd_soc_dai_link bf5xx_ad193x_dai[] = {
.cpu_dai_name = "bfin-tdm.1",
.codec_dai_name ="ad193x-hifi",
.platform_name = "bfin-tdm-pcm-audio",
- .codec_name = "ad193x.5",
+ .codec_name = "spi0.5",
.ops = &bf5xx_ad193x_ops,
},
};