The following changes since commit 49d92c7d5bbd158734bc34ed578a68b214a48583: Stanley.Miao (1): ASoC: TWL4030: hands-free start-up sequence.
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai
Alexander Beregalov (1): ASoC: switch davinci DPRINTK to pr_debug()
Mark Brown (3): ASoC: Ease merge difficulties from new architectures ASoC: Complain if we fail to create DAPM controls ASoC: Add WM8350 AudioPlus codec driver
include/linux/mfd/wm8350/audio.h | 38 +- sound/soc/Kconfig | 10 +- sound/soc/Makefile | 12 +- sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/wm8350.c | 1583 ++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8350.h | 20 + sound/soc/davinci/davinci-pcm.c | 18 +- sound/soc/soc-dapm.c | 6 +- 9 files changed, 1669 insertions(+), 24 deletions(-) create mode 100644 sound/soc/codecs/wm8350.c create mode 100644 sound/soc/codecs/wm8350.h