Linus,

please pull sound fixes for v3.16-rc2 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git 
tags/sound-3.16-rc2

The topmost commit is 8d42fda9ea9820d271a40f0bf7ed436647f2ddb9

----------------------------------------------------------------

sound fixes for 3.16-rc2

The significant part here is a few security fixes for ALSA core
control API by Lars.  Besides that, there are a few fixes for ASoC
sigmadsp (again by Lars) for building properly, and small fixes for
ASoC rsnd, MMP, PXA and FSL, in addition to a fix for bogus WARNING in
i915/HD-audio binding.

----------------------------------------------------------------

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 (6):
      ASoC: sigmadsp: Split regmap and I2C support into separate modules
      ALSA: control: Protect user controls against concurrent access
      ALSA: control: Fix replacing user controls
      ALSA: control: Don't access controls outside of protected regions
      ALSA: control: Handle numid overflow
      ALSA: control: Make sure that id->index does not overflow

Nicolin Chen (1):
      ASoC: fsl_spdif: Fix incorrect usage of regmap_read()

Takashi Iwai (1):
      drm/i915, HD-audio: Don't continue probing when nomodeset is given

---
 drivers/gpu/drm/i915/intel_pm.c    | 14 ++++---
 include/drm/i915_powerwell.h       |  4 +-
 include/sound/core.h               |  2 +
 sound/core/control.c               | 78 +++++++++++++++++++++++++-------------
 sound/core/init.c                  |  1 +
 sound/pci/hda/hda_i915.c           | 12 +++---
 sound/pci/hda/hda_i915.h           |  4 +-
 sound/pci/hda/hda_intel.c          |  7 +++-
 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 +++++++-------
 19 files changed, 213 insertions(+), 133 deletions(-)
 create mode 100644 sound/soc/codecs/sigmadsp-i2c.c
 create mode 100644 sound/soc/codecs/sigmadsp-regmap.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to