From: Lars-Peter Clausen Date: Sat, 22 Feb 2014 17:27:17 +0000 (+0100) Subject: ASoC: sta32x: Fix cache sync X-Git-Tag: v3.14-rc5~12^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ff00f82a6af0ff68f8f7b411738634ce2f20d0;p=pandora-kernel.git ASoC: sta32x: Fix cache sync codec->control_data contains a pointer to the regmap struct of the device, not to the device private data. Use snd_soc_codec_get_drvdata() instead. The issue was introduced in commit 29fdf4fbbe ("ASoC: sta32x: Convert to regmap"). Fixes: 29fdf4fbbe (ASoC: sta32x: Convert to regmap) Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed