The following changes since commit fb0ef645f2c546f8297b2fbf9b2b8fff4a7455e8: Naresh Medisetty (1): ASoC: DaVinci: Audio: Fix swapping of channels at start of stereo playback
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Jarkko Nikula (2): ASoC: Fix supported sample rates of TWL4030 audio codec ASoC: OMAP: Add more supported sample rates into McBSP DAI driver
Mark Brown (2): ASoC: Revert "ASoC: Add new parameter to s3c24xx_pcm_enqueue" ASoC: Add WM8728 codec driver
sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/twl4030.c | 2 +- sound/soc/codecs/wm8728.c | 574 +++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8728.h | 30 ++ sound/soc/omap/omap-mcbsp.c | 4 +- sound/soc/s3c24xx/s3c24xx-pcm.c | 12 +- 7 files changed, 616 insertions(+), 12 deletions(-) create mode 100644 sound/soc/codecs/wm8728.c create mode 100644 sound/soc/codecs/wm8728.h