ASoC: tlv320aic3x: Don't sync first two registers from register cache
authorJarkko Nikula <jhnikula@gmail.com>
Fri, 20 May 2011 13:52:37 +0000 (16:52 +0300)
committerLiam Girdwood <lrg@ti.com>
Mon, 23 May 2011 09:36:43 +0000 (10:36 +0100)
commit508b76864c18f34f8d6ba08d192f5817f8dc8ead
treea28b8c4712818140cd98a738ba41e9d577badb9d
parent2aba76f014a7b56ab4fe75845c5fd57b5590acc2
ASoC: tlv320aic3x: Don't sync first two registers from register cache

There is no need to sync first two registers from cache to hw after a reset.
First one is used to select page for register access and this driver is
normally accessing page 0 only. Second one does a software reset which is
obviously unneeded after hardware or previous software reset command.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
sound/soc/codecs/tlv320aic3x.c