summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorBibek Basu <bibek.basu@stericsson.com>2011-08-25 15:52:41 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:00:11 +0200
commitc8a025206d7f016f2c8b7acc64ef6d1d3d1e5cfb (patch)
tree28120dcf5d5055c685122ace46be3a90b3ca15a6 /sound
parentef2527e8fbdaeed75cbe3d80b67b590828200071 (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[]) {
{