The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:
Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.0-rc4
for you to fetch changes up to 33484c67398295108ab31e17b50b5a6fba1f5eef:
Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus (2015-03-16 12:03:17 +0000)
---------------------------------------------------------------- ASoC: Fixes for v4.0
As well as the usual collection of driver specific fixes there's a few more generic things:
- Lots of fixes from Takashi for drivers using the wrong field in the control union to communicate with userspace, leading to potential errors on 64 bit systems. - A fix from Lars for locking of the lists of devices we maintain, mostly only likely to trigger during device probe and removal.
---------------------------------------------------------------- Bard Liao (1): ASoC: rt286: Change the DMI mapping for Dino
Eric Nelson (1): ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP
Lars-Peter Clausen (4): ASoC: ak4671: Fix control-less DAPM routes ASoC: da732x: Fix control-less DAPM routes ASoC: sn95031: Fix control-less DAPM routes ASoC: Fix component lists locking
Lu, Han (1): ASoC: Intel: remove conflicts when load/unload multiple firmware images
Maciej S. Szmigiero (1): fsl_ssi: fix of_property_read_u32_array return value check
Mark Brown (3): Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus Merge remote-tracking branches 'asoc/fix/ak4671', 'asoc/fix/control', 'asoc/fix/da732x', 'asoc/fix/fsl-ssi', 'asoc/fix/lock' and 'asoc/fix/rt286' into asoc-linus Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus
Nicolin Chen (1): ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation
Takashi Iwai (14): ASoC: adav80x: Fix wrong value references for boolean kctl ASoC: ak4641: Fix wrong value references for boolean kctl ASoC: cs4271: Fix wrong value references for boolean kctl ASoC: es8238: Fix wrong value references for boolean kctl ASoC: pcm1681: Fix wrong value references for boolean kctl ASoC: tas5086: Fix wrong value references for boolean kctl ASoC: wm2000: Fix wrong value references for boolean kctl ASoC: wm8731: Fix wrong value references for boolean kctl ASoC: wm8903: Fix wrong value references for boolean kctl ASoC: wm8904: Fix wrong value references for boolean kctl ASoC: wm8955: Fix wrong value references for boolean kctl ASoC: wm8960: Fix wrong value references for boolean kctl ASoC: wm9712: Fix wrong value references for boolean kctl ASoC: wm9713: Fix wrong value references for boolean kctl
sound/soc/codecs/adav80x.c | 4 ++-- sound/soc/codecs/ak4641.c | 4 ++-- sound/soc/codecs/ak4671.c | 44 +++++++++++++++++++-------------------- sound/soc/codecs/cs4271.c | 4 ++-- sound/soc/codecs/da732x.c | 8 +++---- sound/soc/codecs/es8328.c | 4 ++-- sound/soc/codecs/pcm1681.c | 4 ++-- sound/soc/codecs/rt286.c | 2 +- sound/soc/codecs/sgtl5000.c | 8 +------ sound/soc/codecs/sn95031.c | 4 ++-- sound/soc/codecs/tas5086.c | 4 ++-- sound/soc/codecs/wm2000.c | 8 +++---- sound/soc/codecs/wm8731.c | 4 ++-- sound/soc/codecs/wm8903.c | 4 ++-- sound/soc/codecs/wm8904.c | 4 ++-- sound/soc/codecs/wm8955.c | 4 ++-- sound/soc/codecs/wm8960.c | 4 ++-- sound/soc/codecs/wm9712.c | 6 +++--- sound/soc/codecs/wm9713.c | 6 +++--- sound/soc/fsl/fsl_ssi.c | 4 ++-- sound/soc/intel/sst-haswell-dsp.c | 3 --- sound/soc/intel/sst-haswell-ipc.c | 32 +++++++++++++++++++++------- sound/soc/soc-core.c | 41 ++++++++++++++++++++++++++---------- 23 files changed, 118 insertions(+), 92 deletions(-)