The following changes since commit f187700c2d769bd3160b52f99cc4e747d5c5014b:
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-07-05 08:20:19 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
Axel Lin (1): ASoC: pxa2xx-pcm: remove unused variable 'dai'
Kuninori Morimoto (1): ASoC: ak4642: fixup snd_soc_update_bits mask for PW_MGMT2
Liam Girdwood (4): ASoC: core - Add API call to register platform kcontrols. ASoC: core - Add platform widget IO ASoC: core - Add convenience register for platform kcontrol and DAPM ASoC: core - Add platform IO tracing
Mark Brown (3): ASoC: Manage WM8731 ACTIVE bit as a supply widget ASoC: Manage WM8731 ACTIVE bit as a supply widget Merge branch 'for-3.0' into for-3.1
Stephen Warren (1): ASoC: Tegra: Implement SPDIF CPU DAI
include/sound/soc-dapm.h | 2 + include/sound/soc.h | 12 + include/trace/events/asoc.h | 45 ++++ sound/soc/codecs/ak4642.c | 2 +- sound/soc/codecs/wm8731.c | 29 +--- sound/soc/pxa/pxa2xx-pcm.c | 1 - sound/soc/soc-core.c | 47 ++++ sound/soc/soc-dapm.c | 13 +- sound/soc/tegra/Kconfig | 9 + sound/soc/tegra/Makefile | 2 + sound/soc/tegra/tegra_spdif.c | 371 ++++++++++++++++++++++++++++++++ sound/soc/tegra/tegra_spdif.h | 473 +++++++++++++++++++++++++++++++++++++++++ 12 files changed, 976 insertions(+), 30 deletions(-) create mode 100644 sound/soc/tegra/tegra_spdif.c create mode 100644 sound/soc/tegra/tegra_spdif.h