From: Mark Brown Date: Mon, 24 Feb 2014 02:59:14 +0000 (+0900) Subject: ASoC: da732x: Mark DC offset control registers volatile X-Git-Tag: v3.14-rc5~12^2^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75306820248e26d15d84acf4e297b9fb27dd3bb2;p=pandora-kernel.git ASoC: da732x: Mark DC offset control registers volatile The driver reads from the DC offset control registers during callibration but since the registers are marked as volatile and there is a register cache the values will not be read from the hardware after the first reading rendering the callibration ineffective. It appears that the driver was originally written for the ASoC level register I/O code but converted to regmap prior to merge and this issue was missed during the conversion as the framework level volatile register functionality was not being used. Signed-off-by: Mark Brown Acked-by: Adam Thomson Cc: stable@vger.kernel.org --- Reading git-diff-tree failed