The following changes since commit 303076342b8a30aa98f8a53b539155d0b81ff0c3: Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc (2012-03-06 14:04:16 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.4 for you to fetch changes up to 5ec65ee589fdaca7298b6303fd74ad6c121a8f38: ASoC: mx27vis-aic32x4: Convert it to platform driver (2012-03-13 23:09:59 +0000) ---------------------------------------------------------------- Linus decided to go for another week so here's a few more updates - a mixed bag here, a few minor diagnostic tweaks, some driver enhancements and the dmaengine conversion for ep93xx drivers which was tested a while ago and just waiting for a signoff. ---------------------------------------------------------------- Ashish Chavan (2): ASoC: da7210: Update for using I2C regmap ASoC: da7210: Remove extra registers from defaults list Fabio Estevam (2): ASoC: imx: imx-audmux: Fix section mismatch ASoC: mx27vis-aic32x4: Convert it to platform driver Lars-Peter Clausen (1): ASoC: ep93xx-pcm: Use dmaengine PCM helper functions Liam Girdwood (3): ASoC: dapm: Use dev_warn for debugfs warning message ASoC: core: Add platform component mutex ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutex Mark Brown (5): ASoC: dapm: Only lock CODEC for I/O if not using regmap ASoC: wm8996: Remove some volatile regisers from the defaults table ASoC: wm8996: Remove separate output stage enable step ASoC: Revert widget I/O locking for 3.4 ASoC: wm8994: Prevent ABBA deadlock with CODEC and accdet mutexes Mika Westerberg (1): ASoC: dmaengine_pcm: Reset pointer position when starting a stream Qiao Zhou (1): ASoC: add more sample rate for pxa-ssp Shawn Guo (2): ASoC: core: missing set_fmt should not be complaint ASoC: fsl: check property 'compatible' for the machine name Stephen Warren (1): ASoC: tegra: Remove unused variable arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 1 + include/sound/soc.h | 1 + sound/soc/codecs/da7210.c | 146 +++++++++++++++++++------- sound/soc/codecs/wm8994.c | 69 ++++++------- sound/soc/codecs/wm8996.c | 34 ++---- sound/soc/ep93xx/Kconfig | 1 + sound/soc/ep93xx/ep93xx-pcm.c | 148 ++++----------------------- sound/soc/fsl/fsl_ssi.c | 6 +- sound/soc/fsl/mpc8610_hpcd.c | 2 +- sound/soc/fsl/p1022_ds.c | 32 +----- sound/soc/imx/imx-audmux.c | 8 +- sound/soc/imx/mx27vis-aic32x4.c | 41 ++++---- sound/soc/pxa/pxa-ssp.c | 3 +- sound/soc/soc-core.c | 12 ++- sound/soc/soc-dapm.c | 2 +- sound/soc/soc-dmaengine-pcm.c | 1 + sound/soc/tegra/tegra_alc5632.c | 1 - 17 files changed, 225 insertions(+), 283 deletions(-)