summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorBibek Basu <bibek.basu@stericsson.com>2011-08-25 15:52:41 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 10:59:40 +0100
commitaea8090a5bb7945f98df993f70816476755b602f (patch)
treebb9f547cd6cfcce508d65b3e3fadf032c70a3e39 /sound
parent565caebe5c29bfabbf4a6217c1a943057589fe61 (diff)
u5500 : Improper handling of device name in ab5500 core
Following changes done: 1> Remove the protection on Read/Write access for any ab5500 register by any driver 2> Correct the pdev id for the mfd devices being registered by ab5500 core driver 3> Correct device name in sound driver ST-Ericsson Linux next: 336280 ST-Ericsson ID: 349133 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I659621b0d5453652a9368580631d85c7c852026d Signed-off-by: Bibek Basu <bibek.basu@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25871 Reviewed-by: QATEST Tested-by: Amaresh MULAGE <amaresh.mulage@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/ux500/u5500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/u5500.c b/sound/soc/ux500/u5500.c
index fda8db3472b..11851e0153e 100644
--- a/sound/soc/ux500/u5500.c
+++ b/sound/soc/ux500/u5500.c
@@ -46,7 +46,7 @@ struct snd_soc_dai_link u5500_dai_links[] = {
.cpu_dai_name = "i2s.0",
.codec_dai_name = "ab5500-codec-dai.0",
.platform_name = "ux500-pcm.0",
- .codec_name = "ab5500-codec.9",
+ .codec_name = "ab5500-codec.0",
.init = NULL,
.ops = (struct snd_soc_ops[]) {
{