From: Jarkko Nikula Date: Fri, 20 May 2011 13:52:37 +0000 (+0300) Subject: ASoC: tlv320aic3x: Don't sync first two registers from register cache X-Git-Tag: v3.0-rc7~11^2^2~3^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508b76864c18f34f8d6ba08d192f5817f8dc8ead;p=pandora-kernel.git 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 Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed