From: Jarkko Nikula Date: Fri, 13 May 2011 16:16:52 +0000 (+0300) Subject: ASoC: Fix wrong data type access in a few codec drivers X-Git-Tag: v3.0-rc1~347^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d03545d886bedd2c81b8f28ae0cc68c356d02f7;p=pandora-kernel.git ASoC: Fix wrong data type access in a few codec drivers Commit fafd217 ("ASoC: Store a list of widgets in a DAPM mux/mixer kcontrol") changed the control private data type that is passed to snd_soc_cnew when creating dapm mixer and mux controls. Commit did not update a few codec drivers that are using their own put callbacks and thus are accessing a wrong data type. Signed-off-by: Jarkko Nikula Tested-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed