From: Peter Ujfalusi Date: Fri, 30 May 2014 13:47:41 +0000 (+0300) Subject: ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() function X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~24^2~14^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c111fac4464e3f4bf7b3802b517dafc80f8e0f;p=pandora-kernel.git ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() function For some unknown reason the parameters for snd_soc_test_bits() were in wrong order: It was: snd_soc_test_bits(codec, val, mask, reg); /* WRONG!!! */ while it should be: snd_soc_test_bits(codec, reg, mask, val); Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed