ASoC: AIC23: Fixing writes to non-existing registers in resume function
authorAnuj Aggarwal <anuj.aggarwal@ti.com>
Fri, 29 Jan 2010 08:28:55 +0000 (13:58 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 29 Jan 2010 13:42:37 +0000 (13:42 +0000)
commit3e59aaa7ae9de49af8810102f12857860d5bd0ed
tree6c033c5de9b561b8b37f3619e0235eb28ba97122
parent40aa7030e5213a43e9e0554fd7f95534ea310bf3
ASoC: AIC23: Fixing writes to non-existing registers in resume function

Commit e9ff5eb2 (Fixing infinite loop in resume path) uses wrong AIC23
register in resume function because of which register writes happen
on some non-existing registers.

Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/tlv320aic23.c