Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "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" * tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: control: Make sure that id->index does not overflow ALSA: control: Handle numid overflow ALSA: control: Don't access controls outside of protected regions ALSA: control: Fix replacing user controls ALSA: control: Protect user controls against concurrent access drm/i915, HD-audio: Don't continue probing when nomodeset is given ASoC: fsl: Fix build problem ASoC: rsnd: fixup index of src/dst mod when capture ASoC: fsl_spdif: Fix integer overflow when calculating divisors ASoC: fsl_spdif: Fix incorrect usage of regmap_read() ASoC: dapm: Make sure register value is in sync with DAPM kcontrol state ASoC: sigmadsp: Split regmap and I2C support into separate modules ASoC: MMP audio needs sram support ASoC: pxa: add I2C dependencies as needed
No related branches found
No related tags found
Showing
- drivers/gpu/drm/i915/intel_pm.c 8 additions, 6 deletionsdrivers/gpu/drm/i915/intel_pm.c
- include/drm/i915_powerwell.h 2 additions, 2 deletionsinclude/drm/i915_powerwell.h
- include/sound/core.h 2 additions, 0 deletionsinclude/sound/core.h
- sound/core/control.c 51 additions, 27 deletionssound/core/control.c
- sound/core/init.c 1 addition, 0 deletionssound/core/init.c
- sound/pci/hda/hda_i915.c 6 additions, 6 deletionssound/pci/hda/hda_i915.c
- sound/pci/hda/hda_i915.h 2 additions, 2 deletionssound/pci/hda/hda_i915.h
- sound/pci/hda/hda_intel.c 6 additions, 1 deletionsound/pci/hda/hda_intel.c
- sound/soc/codecs/Kconfig 10 additions, 2 deletionssound/soc/codecs/Kconfig
- sound/soc/codecs/Makefile 4 additions, 0 deletionssound/soc/codecs/Makefile
- sound/soc/codecs/sigmadsp-i2c.c 35 additions, 0 deletionssound/soc/codecs/sigmadsp-i2c.c
- sound/soc/codecs/sigmadsp-regmap.c 36 additions, 0 deletionssound/soc/codecs/sigmadsp-regmap.c
- sound/soc/codecs/sigmadsp.c 2 additions, 63 deletionssound/soc/codecs/sigmadsp.c
- sound/soc/codecs/sigmadsp.h 20 additions, 0 deletionssound/soc/codecs/sigmadsp.h
- sound/soc/fsl/fsl_dma.c 2 additions, 2 deletionssound/soc/fsl/fsl_dma.c
- sound/soc/fsl/fsl_spdif.c 3 additions, 3 deletionssound/soc/fsl/fsl_spdif.c
- sound/soc/pxa/Kconfig 6 additions, 5 deletionssound/soc/pxa/Kconfig
- sound/soc/sh/rcar/core.c 1 addition, 1 deletionsound/soc/sh/rcar/core.c
- sound/soc/soc-dapm.c 16 additions, 13 deletionssound/soc/soc-dapm.c
Loading
Please register or sign in to comment