The following changes since commit 9911f7f7562a25381eff93fdc660a4a3b4c0f6e0:
ASoC: codecs: Add DA9055 codec driver (2012-09-28 14:21:54 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.7
for you to fetch changes up to 9233ef6b559faa3db14144f41dea2e70d1ad0092:
ASoC: bells: Correct typo in sub speaker DAI name for WM5110 (2012-10-17 19:01:38 +0900)
---------------------------------------------------------------- ASoC: Fixes for v3.7
Nothing too exciting except for the ams-delta change which is relatively lerge due to the fact that the driver loading had been totally broken as the driver needed a newer API to function.
---------------------------------------------------------------- Ashish Chavan (1): ASoC: codecs: da9055: Minor improvement in ALC calibration process
Chris Ball (1): ARM: pxa: Fix build error caused by sram.h rename
Guennadi Liakhovetski (1): ASoC: fsi: don't reschedule DMA from an atomic context
Janusz Krzysztofik (1): ASoC: ams-delta: Convert to use snd_soc_register_card()
Mark Brown (5): Merge branches 'asoc-twl6040' and 'asoc-omap' into for-3.7 ASoC: bells: Correct typo in sub speaker DAI name for WM5110 ASoC: wm2200: Use rev A register patches on rev B ASoC: wm2200: Fix non-inverted OUT2 mute control ASoC: bells: Correct typo in sub speaker DAI name for WM5110
Peter Meerwald (1): ASoC: fix documentation in soc-jack
Peter Ujfalusi (4): ASoC: twl6040: Fix Stream DAPM mapping ASoC: omap-abe-twl6040: Fix typo of Vibrator ASoC: omap-mcpdm: Remove OMAP revision check ASoC: dmaengine: Correct Makefile when sound is built as module
Tony Lindgren (1): ASoC: Fix wrong include for McPDM
arch/arm/mach-omap1/board-ams-delta.c | 12 +++++++ sound/soc/Makefile | 5 +-- sound/soc/codecs/da9055.c | 22 +++++++++++- sound/soc/codecs/twl6040.c | 8 ++--- sound/soc/codecs/wm2200.c | 3 +- sound/soc/omap/ams-delta.c | 63 ++++++++++++++++----------------- sound/soc/omap/omap-abe-twl6040.c | 2 +- sound/soc/omap/omap-mcpdm.c | 9 ++--- sound/soc/pxa/mmp-pcm.c | 2 +- sound/soc/samsung/bells.c | 4 +-- sound/soc/sh/fsi.c | 15 ++++---- sound/soc/soc-jack.c | 7 ++-- 12 files changed, 90 insertions(+), 62 deletions(-)