The following changes since commit 2697e4fb9209dfe1d1b24c92d254158f63d4bc8e:
ASoC: dapm: Fix widget double free with auto-disable DAPM kcontrol (2014-04-21 11:49:53 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git asoc-v3.15-rc5-core
for you to fetch changes up to cf86197ec5655ed1f54f1f7ba34a01d576e3737d:
Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus (2014-05-14 12:52:41 +0100)
----------------------------------------------------------------
ASoC: Core fixes for v3.15
A few things here:
- Fix the creation of spurious CODEC<->CODEC links which caused DAPM to have audio paths which shouldn't be present causing spurious powerups and potential audible issues for users. - Ensure the suspend->off transition doesn't have spurious transitions to prepare added to the sequence. - Fix incorrect skipping of PCM suspension for active audio streams. - Remove Timur Tabi from the CS4270 maintainers, Cirrus are now doing this and Timur no longer has the boards that he was using.
---------------------------------------------------------------- Lars-Peter Clausen (2): ASoC: dapm: Skip CODEC<->CODEC links in connect_dai_link_widgets() ASoC: dapm: Fix SUSPEND -> OFF bias sequence
Mark Brown (2): Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus
Nicolin Chen (1): ASoC: pcm: Fix incorrect condition check for case SNDRV_PCM_TRIGGER_SUSPEND
Paul Handrigan (1): ASoC: Update Cirrus Logic CODEC maintainers.
MAINTAINERS | 6 ------ sound/soc/soc-dapm.c | 14 ++++++++++---- sound/soc/soc-pcm.c | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-)