The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.8-rc6
for you to fetch changes up to 5074e8eca643dd19e5397e638c7e9ca0ba9b4e24:
Merge remote-tracking branch 'asoc/fix/wm2200' into tmp (2013-02-06 10:54:35 +0000)
----------------------------------------------------------------
ASoC: Updates for v3.8-rc7
I've been a bit slack sending the pull requests for this so there's rather more driver specific updates here than is desirable but everything here is nicely localised so hopefully we're OK.
---------------------------------------------------------------- Alexey Galakhov (1): ASoC: samsung: Fix compilation error on S3C2440
Benoît Thébaudeau (1): ASoC: tlv320aic3x: Remove mono support
Charles Keepax (1): ASoC: wm_adsp: Release firmware on error
Chris Rattray (1): ASoC: wm2200: correct IN2L and IN3L digital mute
Dan Carpenter (1): ASoC: dwc: fix support for more than two channels
Lee Jones (1): ASoC: Ux500: Fix build error pertaining to missing include file
Mark Brown (13): ASoC: wm_adsp: Ensure ADSP2 DMAs are quiesced when DSP is halted ASoC: wm2000: Lock state machine updates Merge remote-tracking branch 'asoc/fix/arizona' into tmp Merge remote-tracking branch 'asoc/fix/core' into tmp Merge remote-tracking branch 'asoc/fix/davinci' into tmp Merge remote-tracking branch 'asoc/fix/dwc' into tmp Merge remote-tracking branch 'asoc/fix/fsl' into tmp Merge remote-tracking branch 'asoc/fix/lrg' into tmp Merge remote-tracking branch 'asoc/fix/samsung' into tmp Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into tmp Merge remote-tracking branch 'asoc/fix/ux500' into tmp Merge remote-tracking branch 'asoc/fix/wm2000' into tmp Merge remote-tracking branch 'asoc/fix/wm2200' into tmp
Michal Bachraty (1): ASoC: McASP: Fix data rotation for playback. Enables 24bit audio playback
Ryo Tsutsui (1): ASoC: arizona: Fixed a bug in FLL fractional calculation
Shawn Guo (2): Revert "ASoC: fsl: fix multiple definition of init_module" ASoC: fsl: fix snd-soc-imx-pcm module build
MAINTAINERS | 2 +- sound/soc/codecs/arizona.c | 16 ++++++++++++++-- sound/soc/codecs/tlv320aic3x.c | 4 ++-- sound/soc/codecs/wm2000.c | 31 ++++++++++++++++++++++++++++--- sound/soc/codecs/wm2200.c | 7 ++----- sound/soc/codecs/wm5102.c | 3 +-- sound/soc/codecs/wm5110.c | 3 +-- sound/soc/codecs/wm_adsp.c | 20 ++++++++++++++------ sound/soc/davinci/davinci-mcasp.c | 2 +- sound/soc/dwc/designware_i2s.c | 4 ++++ sound/soc/fsl/imx-pcm-dma.c | 21 +-------------------- sound/soc/fsl/imx-pcm-fiq.c | 22 +--------------------- sound/soc/fsl/imx-pcm.c | 32 ++++++++++++++++++++++++++++++++ sound/soc/fsl/imx-pcm.h | 18 ++++++++++++++++++ sound/soc/samsung/s3c24xx-i2s.c | 2 +- sound/soc/soc-dapm.c | 12 ++++++++++-- sound/soc/ux500/mop500.c | 2 +- 17 files changed, 132 insertions(+), 69 deletions(-)