The following changes since commit 5fb86e5d4a951ddb0474cdfd809380c8e2a8d101:
ARM: mx31_3ds: Add sound support (2012-05-18 16:42:44 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.5
for you to fetch changes up to 766812e6d5e2e23be1e212cf84902d5e834dd865:
ASoC: sh: fsi: enable chip specific data transfer mode (2012-05-19 19:41:45 +0100)
---------------------------------------------------------------- ASoC: Last minute updates
These are all new code, they've been in -next already so should be OK for merge this time round. I'd been planning to send a pull request today after they'd had a bit of exposure there to make sure breakage didn't propagate into your tree.
---------------------------------------------------------------- Kuninori Morimoto (5): ASoC: sh: fsi: use register field macro name on IN/OUT_DMAC ASoC: sh: fsi: add fsi_version() and removed meaningless version check ASoC: sh: fsi: use same format for IN/OUT ASoC: sh: fsi: call fsi_hw_startup/shutdown from fsi_dai_trigger() ASoC: sh: fsi: enable chip specific data transfer mode
Ricardo Neri (1): ASoC: OMAP: HDMI: Introduce codec
Stephen Warren (1): ASoC: tegra: Add machine driver for WM8753 codec
.../bindings/sound/tegra-audio-wm8753.txt | 54 +++++ include/sound/sh_fsi.h | 6 +- sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/omap-hdmi.c | 69 ++++++ sound/soc/omap/Kconfig | 1 + sound/soc/sh/fsi.c | 224 ++++++++++++++------ sound/soc/tegra/Kconfig | 10 + sound/soc/tegra/Makefile | 2 + sound/soc/tegra/tegra_wm8753.c | 224 ++++++++++++++++++++ 10 files changed, 529 insertions(+), 67 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/tegra-audio-wm8753.txt create mode 100644 sound/soc/codecs/omap-hdmi.c create mode 100644 sound/soc/tegra/tegra_wm8753.c