28 Jan
2011
28 Jan
'11
2:21 p.m.
On Fri, Jan 28, 2011 at 01:12:43PM +0000, Mark Brown wrote:
snd_soc_dapm_put_volsw() has variables for both the unshifted and shifted mask for updates commit 97404f (ASoC: Do DAPM control updates in the middle of DAPM sequences) got confused between the two of these. Since there's no need to keep a copy of the unshifted mask fix this and simplify the code by using only one mask variable.
Applied with the changelog rewritten to the above - good spot, thanks!