[GIT PULL] sound fixes for 4.0-rc5

From: Takashi Iwai
Date: Wed Mar 18 2015 - 09:15:30 EST


Linus,

please pull sound fixes for v4.0-rc5 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.0-rc5

The topmost commit is 3fc6c5a1cfb979c768de003ee3c5783e671b156d

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

sound fixes for 4.0-rc5

This is a collection of many small fixes. Most of fixes are for ASoC
drivers, including the fixes of wrong field usages for boolean kctls.

In addition, there is a fix in ASoC core for adding proper locks for
component lists, and a fix for a HD-audio regression by the previous
mono channel fix.

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

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

Nicolin Chen (1):
ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation

Takashi Iwai (15):
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
ALSA: hda - Treat stereo-to-mono mix properly

---
sound/pci/hda/hda_generic.c | 21 +++++++++++++++++--
sound/pci/hda/hda_proc.c | 38 ++++++++++++++++++++++++++-------
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 ++++++++++++++++++++++++++----------
25 files changed, 167 insertions(+), 102 deletions(-)

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