The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b:
Linux 3.11-rc2 (2013-07-21 12:05:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-rc2
for you to fetch changes up to c5ae4dca11523dff15cfb1763b64a71b805976aa:
Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus (2013-07-23 19:17:11 +0100)
----------------------------------------------------------------
ASoC: Updates for v3.11
A few small updates again, the sgtl5000 one fixes some newly triggered issues due to some probe ordering changes which were introduced in the last merge window.
---------------------------------------------------------------- Boris BREZILLON (1): ASoC: atmel-ssc: remove clk_disable_unprepare call from critical section
Chih-Chung Chang (1): ASoC: max98088 - fix element type of the register cache.
Dan Carpenter (1): ASoC: core: double free in snd_soc_add_platform()
H Hartley Sweeten (1): ASoC: ep93xx: fix build of ep93xx-ac97.c
Mark Brown (6): Merge remote-tracking branch 'asoc/fix/atmel' into asoc-linus Merge remote-tracking branch 'asoc/fix/core' into asoc-linus Merge remote-tracking branch 'asoc/fix/ep93xx' into asoc-linus Merge remote-tracking branch 'asoc/fix/max98088' into asoc-linus Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus
Richard Zhao (1): ASoC: tegra: correct playback_dma_data setup
Shawn Guo (1): ASoC: sgtl5000: defer the probe if clock is not found
drivers/misc/atmel-ssc.c | 11 ++++++++--- sound/soc/cirrus/ep93xx-ac97.c | 4 ++-- sound/soc/codecs/max98088.c | 2 +- sound/soc/codecs/sgtl5000.c | 3 +++ sound/soc/soc-core.c | 4 +--- sound/soc/tegra/tegra20_ac97.c | 6 +++--- sound/soc/tegra/tegra20_spdif.c | 4 ++-- 7 files changed, 20 insertions(+), 14 deletions(-)