The following changes since commit 61e6cfa80de5760bbe406f4e815b7739205754d2:
Linux 3.12-rc5 (2013-10-13 15:41:28 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.12-rc5
for you to fetch changes up to 40f8989695660dee984338861ca9900b8e0b5183:
Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus (2013-10-18 14:17:14 +0100)
----------------------------------------------------------------
ASoC: Fixes for v3.12
A number of small, fairly unexciting, fixes for drivers - nothing stand out.
---------------------------------------------------------------- Axel Lin (3): ASoC: pcm1681: Fix max_register setting ASoC: pcm1681: Fix max_register setting ASoC: pcm1792a: Fix max_register setting
Guenter Roeck (1): ASoC: fsl_ssi: Fix irq_of_parse_and_map() return value check
Jarkko Nikula (1): ASoC: omap: Fix incorrect ARM dependency
Kuninori Morimoto (1): ASoC: rcar: fixup generation checker
Mark Brown (6): Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus Merge remote-tracking branch 'asoc/fix/omap' into asoc-linus Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus Merge remote-tracking branch 'asoc/fix/pcm1792a' into asoc-linus Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus
Peter Ujfalusi (1): ASoC: tlv320aic3x: Connect 'Left Line1R Mux' and 'Right Line1L Mux'
Philippe Rétornaz (2): ASoC: fsl: Fix sound on mx31moboard ASoC: fsl: imx-ssi: fix probe on imx31
include/sound/rcar_snd.h | 1 + sound/soc/codecs/pcm1681.c | 2 +- sound/soc/codecs/pcm1792a.c | 2 +- sound/soc/codecs/tlv320aic3x.c | 4 ++++ sound/soc/fsl/fsl_ssi.c | 2 +- sound/soc/fsl/imx-mc13783.c | 2 +- sound/soc/fsl/imx-ssi.c | 23 ++++++++++++----------- sound/soc/fsl/imx-ssi.h | 2 ++ sound/soc/omap/Kconfig | 4 ++-- sound/soc/sh/rcar/rsnd.h | 4 ++-- 10 files changed, 27 insertions(+), 19 deletions(-)