At Tue, 13 Dec 2011 15:12:54 +0800, Mark Brown wrote:
The following changes since commit 102477b6380978b1532e5d1f769155026a332aff:
Merge branch 'for-3.2' into for-3.3 (2011-12-06 10:09:55 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-3.3
There's a merge up of 3.2-rc3 in here so the diffstat and log are bigger than they might be otherwise - this is due to the cross tree merges with the WM8994 MFD side which allow us to eliminate the ASoC version of the WM8994 register access and cache code, using the much more efficient regmap version instead.
Thanks, pulled now. Though, I've got a few new compile warnings.
sound/soc/codecs/wm8903.c:2036:2: warning: initialization discards ‘const’ qualifier from pointer target type sound/soc/codecs/wm9090.c:669:22: warning: unused variable ‘wm9090’
Takashi