Hi Takashi,
It's mainly OMAP4 HDMI updates from Ricardo using the new DSS audio interface and Device Tree updates from Peter for OMAP.
Thanks
Liam
---
The following changes since commit 766812e6d5e2e23be1e212cf84902d5e834dd865:
ASoC: sh: fsi: enable chip specific data transfer mode (2012-05-19 19:41:45 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc.git for-3.5
for you to fetch changes up to ced47a3117ba084b404f3fc28de3ef6eaba1b911:
ASoC: OMAP: HDMI: Rename sound card source file (2012-05-22 17:33:24 +0100)
---------------------------------------------------------------- Peter Ujfalusi (9): ASoC: omap-mcbsp: Use DMA packet mode for non mono streams on OMAP3+ ASoC: omap-mcbsp: Remove unused FRAME dma_op_mode ASoC: omap-mcbsp: Use the common interrupt line if supported by the SoC ASoC: omap-mcbsp: buffer size constraint only applies to playback stream ASoC: omap-mcpdm: Add device tree bindings ASoC: omap-dmic: Add device tree bindings ASoC: omap-abe-twl6040: Keep only one snd_soc_dai_link structure ASoC: omap-abe-twl6040: Move Digital Mic widget into dapm table ASoC: omap-abe-twl6040: Introduce driver data for runtime parameters
Ricardo Neri (10): ASoC: OMAP: HDMI: Update the platform device names ASoC: OMAP: HDMI: Change error values in HDMI CPU DAI ASoC: OMAP: HDMI: Create a structure for private data of the CPU DAI ASoC: OMAP: HDMI: Use the DSS audio interface ASoC: OMAP: HDMI: Expand configuration of hw_params ASoC: OMAP: HDMI: Improve how the display state is verified ASoC: OMAP: HDMI: Expand capabilities of the HDMI DAI ASoC: OMAP: HDMI: Make build config options more generic ASoC: OMAP: HDMI: Make sound card naming more generic ASoC: OMAP: HDMI: Rename sound card source file
.../devicetree/bindings/sound/omap-dmic.txt | 21 ++ .../devicetree/bindings/sound/omap-mcpdm.txt | 21 ++ sound/soc/omap/Kconfig | 7 +- sound/soc/omap/Makefile | 4 +- sound/soc/omap/mcbsp.c | 115 ++++++++-- sound/soc/omap/mcbsp.h | 8 +- sound/soc/omap/omap-abe-twl6040.c | 68 +++--- sound/soc/omap/omap-dmic.c | 8 + sound/soc/omap/omap-hdmi-card.c | 87 +++++++ sound/soc/omap/omap-hdmi.c | 238 ++++++++++++++++++-- sound/soc/omap/omap-hdmi.h | 4 +- sound/soc/omap/omap-mcbsp.c | 45 ++-- sound/soc/omap/omap-mcpdm.c | 8 + sound/soc/omap/omap4-hdmi-card.c | 121 ---------- 14 files changed, 531 insertions(+), 224 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/omap-dmic.txt create mode 100644 Documentation/devicetree/bindings/sound/omap-mcpdm.txt create mode 100644 sound/soc/omap/omap-hdmi-card.c delete mode 100644 sound/soc/omap/omap4-hdmi-card.c