The following changes since commit 319e2e3f63c348a9b66db4667efa73178e18b17d:
Linux 3.13-rc4 (2013-12-15 12:31:33 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.13-rc4
for you to fetch changes up to 96b7fe0119b932ad25451d2b6357e727bbe6a309:
Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/arizona', 'asoc/fix/atmel', 'asoc/fix/fsl', 'asoc/fix/kirkwood', 'asoc/fix/tegra', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linus (2013-12-19 10:25:27 +0000)
The diffstat is larger than the description since the pull request is against Linus' tree due the scheduling of your pull request last week compared to mine to you.
----------------------------------------------------------------
ASoC: Fixes for v3.13
The fixes here are all driver specific ones, none of which particularly stand out but all of which are useful to users of those drivers.
---------------------------------------------------------------- Bo Shen (3): ASoC: atmel_ssc_dai: add dai trigger ops ASoC: sam9x5_wm8731: change to work in DSP A mode ASoC: wm8904: fix DSP mode B configuration
Charles Keepax (2): ASoC: wm5110: Correct HPOUT3 DAPM route typo ASoC: wm_adsp: Add small delay while polling DSP RAM start
Jean-Francois Moine (1): ASoC: kirkwood: Fix the CPU DAI rates
Mark Brown (3): Merge remote-tracking branch 'asoc/fix/core' into asoc-linus Merge remote-tracking branch 'asoc/fix/dma' into asoc-linus Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/arizona', 'asoc/fix/atmel', 'asoc/fix/fsl', 'asoc/fix/kirkwood', 'asoc/fix/tegra', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linus
Nicolin Chen (3): ASoC: soc-pcm: Use valid condition for snd_soc_dai_digital_mute() in hw_free() ASoC: wm8962: Enable SYSCLK provisonally before fetching generated DSPCLK_DIV ASoC: fsl: imx-wm8962: Don't update bias_level in machine driver
Stephen Warren (2): ASoC: tegra: fix uninitialized variables in set_fmt ASoC: don't leak on error in snd_dmaengine_pcm_register
sound/soc/atmel/atmel_ssc_dai.c | 30 ++++++++++++++++++++++++++- sound/soc/atmel/sam9x5_wm8731.c | 2 +- sound/soc/codecs/wm5110.c | 2 +- sound/soc/codecs/wm8904.c | 2 +- sound/soc/codecs/wm8962.c | 13 ++++++++++++ sound/soc/codecs/wm_adsp.c | 10 ++++++--- sound/soc/fsl/imx-wm8962.c | 2 -- sound/soc/kirkwood/kirkwood-i2s.c | 24 +++++++++++----------- sound/soc/soc-generic-dmaengine-pcm.c | 38 +++++++++++++++++++++++++---------- sound/soc/soc-pcm.c | 5 +++-- sound/soc/tegra/tegra20_i2s.c | 6 +++--- sound/soc/tegra/tegra20_spdif.c | 10 ++++----- sound/soc/tegra/tegra30_i2s.c | 6 +++--- 13 files changed, 105 insertions(+), 45 deletions(-)