The following changes since commit 98078bf90495729e59edbec088d00b9d98f4cc0f: Mark Brown (1): Merge branch 'for-2.6.32' into for-2.6.33
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.33
Eero Nurkkala (2): ASoC: remove io_mutex ASoC: refactor snd_soc_update_bits()
Manuel Lauss (1): ASoC: au1x: convert to platform drivers.
Neil Jones (1): ASoC: Add support for the WM8727 DAC.
Peter Ujfalusi (1): ASoC: TWL4030: Make sure, that the codec is powered on startup
sound/soc/au1x/dbdma2.c | 117 ++++++++++++++++++++++----- sound/soc/au1x/psc-ac97.c | 194 +++++++++++++++++++++++++++----------------- sound/soc/au1x/psc-i2s.c | 189 +++++++++++++++++++++++++++---------------- sound/soc/au1x/psc.h | 7 ++- sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/twl4030.c | 1 + sound/soc/codecs/wm8727.c | 143 ++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8727.h | 21 +++++ sound/soc/soc-core.c | 41 +++++++--- 10 files changed, 545 insertions(+), 174 deletions(-) create mode 100644 sound/soc/codecs/wm8727.c create mode 100644 sound/soc/codecs/wm8727.h -- To unsubscribe from this list: send the line "unsubscribe alsa-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html