From: Jarkko Nikula Date: Fri, 6 Feb 2009 10:01:05 +0000 (+0200) Subject: ASoC: WM8990: Fix kcontrol's private value use in put callback X-Git-Tag: v2.6.29-rc5~1^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397d5aeeb5a2c9ca6108899a04b35a51cd904503;p=pandora-kernel.git ASoC: WM8990: Fix kcontrol's private value use in put callback Function wm899x_outpga_put_volsw_vu misuses the kcontrol's private value by still accessing it as bitfields even SOC_SINGLE_VALUE constructs it as a pointer into struct soc_mixer_control after the commit 4eaa9819dc08d7bfd1065ce530e31b18a119dcaf. This is very similar fix than fix to TLV320AIC3X codec made by Eero Nurkkala . This fix is compile tested only. Signed-off-by: Jarkko Nikula Cc: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed