[GIT PULL] yet another sound for 3.5-rc1

From: Takashi Iwai
Date: Fri May 25 2012 - 06:52:52 EST


Linus,

The following changes since commit 85e184e4c3cd3e2285ceab91ff8f0cac094e8a85:

Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus (2012-05-22 02:58:55 +0200)

are available in the git repository at:


git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.5

for you to fetch changes up to adcc70b249ca77c1197eb62b1645146721ba6e5b:

ALSA: hda/realtek - Add new codec support for ALC269VD (2012-05-25 08:08:38 +0200)

----------------------------------------------------------------
Sound updates #2 for 3.5-rc1

This is the second updates for 3.5-rc1. It's mainly for OMAP4 HDMI
updates and the device tree updates for OMAP, in addition to a couple
of PCM accuray improvement and Realtek ALC269VD codec support.

----------------------------------------------------------------
Kailang Yang (1):
ALSA: hda/realtek - Add new codec support for ALC269VD

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

Pierre-Louis Bossart (1):
ALSA: core: group read of pointer, tstamp and jiffies

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

Takashi Iwai (1):
Merge branch 'for-3.5' of git://git.kernel.org/.../lrg/asoc into topic/asoc

.../devicetree/bindings/sound/omap-dmic.txt | 21 ++
.../devicetree/bindings/sound/omap-mcpdm.txt | 21 ++
sound/core/pcm_lib.c | 23 +-
sound/pci/hda/patch_realtek.c | 38 +++-
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 ----------
16 files changed, 582 insertions(+), 234 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/