The following changes since commit 1ae5cbc52e7c6619a3f44b87809fd25370df31bb:
ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machine (2012-01-30 13:22:13 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-3.3
for you to fetch changes up to 43b6cec27e1e50a1de3eff47e66e502f3fe7e66e:
ASoC: wm_hubs: Correct line input to line output 2 paths (2012-02-01 23:55:56 +0000)
---------------------------------------------------------------- The only particularly remarkable change here is the one for handling of the Android suspend ignore code for idle_bias_off CODECs. That one is actually a regression fix as some of the new power savings that have been introduced confused the suspend ignore code, making devices that are active for non-audio reasons look like they are idle causing them to be suspended instead of being kept active. ----------------------------------------------------------------
Axel Lin (1): ASoC: cs42l73: Fix Output [X|A|V]SP_SCLK Sourcing Mode setting for master mode
Mark Brown (4): ASoC: wm_hubs: Fix routing of input PGAs to line output mixer ASoC: wm8994: Remove ASoC level register cache sync ASoC: core: Better support for idle_bias_off suspend ignores ASoC: wm_hubs: Correct line input to line output 2 paths
Susan Gao (1): ASoC: wm8962: Fix word length configuration
sound/soc/codecs/cs42l73.c | 2 +- sound/soc/codecs/wm8962.c | 6 +++--- sound/soc/codecs/wm8994.c | 5 ----- sound/soc/codecs/wm_hubs.c | 8 ++++---- sound/soc/soc-core.c | 11 +++++++++++ 5 files changed, 19 insertions(+), 13 deletions(-)