The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.16-rc1
for you to fetch changes up to 28e48f0e262fd94a613613d06ac5eaf6745b18a8:
Merge remote-tracking branches 'asoc/fix/fsl-dma', 'asoc/fix/fsl-spdif', 'asoc/fix/pxa', 'asoc/fix/rcar' and 'asoc/fix/sigmadsp' into asoc-linus (2014-06-16 16:05:16 +0100)
----------------------------------------------------------------
ASoC: Fixes for v3.16
Quite a few build coverage fixes in here among the usual small driver fixes includling the sigmadsp change from Lars - moving the driver to separate modules per bus (which is basically just code motion) avoids issues with some combinations of buses being enabled.
----------------------------------------------------------------
Anssi Hannula (1): ASoC: fsl_spdif: Fix integer overflow when calculating divisors
Arnd Bergmann (2): ASoC: pxa: add I2C dependencies as needed ASoC: MMP audio needs sram support
Guenter Roeck (1): ASoC: fsl: Fix build problem
Jarkko Nikula (1): ASoC: dapm: Make sure register value is in sync with DAPM kcontrol state
Kuninori Morimoto (1): ASoC: rsnd: fixup index of src/dst mod when capture
Lars-Peter Clausen (1): ASoC: sigmadsp: Split regmap and I2C support into separate modules
Mark Brown (2): Merge remote-tracking branch 'asoc/fix/core' into asoc-linus Merge remote-tracking branches 'asoc/fix/fsl-dma', 'asoc/fix/fsl-spdif', 'asoc/fix/pxa', 'asoc/fix/rcar' and 'asoc/fix/sigmadsp' into asoc-linus
Nicolin Chen (1): ASoC: fsl_spdif: Fix incorrect usage of regmap_read()
sound/soc/codecs/Kconfig | 12 +++++-- sound/soc/codecs/Makefile | 4 +++ sound/soc/codecs/sigmadsp-i2c.c | 35 ++++++++++++++++++++ sound/soc/codecs/sigmadsp-regmap.c | 36 +++++++++++++++++++++ sound/soc/codecs/sigmadsp.c | 65 ++------------------------------------ sound/soc/codecs/sigmadsp.h | 20 ++++++++++++ sound/soc/fsl/fsl_dma.c | 4 +-- sound/soc/fsl/fsl_spdif.c | 6 ++-- sound/soc/pxa/Kconfig | 11 ++++--- sound/soc/sh/rcar/core.c | 2 +- sound/soc/soc-dapm.c | 29 +++++++++-------- 11 files changed, 135 insertions(+), 89 deletions(-) create mode 100644 sound/soc/codecs/sigmadsp-i2c.c create mode 100644 sound/soc/codecs/sigmadsp-regmap.c