Linus,

please pull sound fixes for v3.14-rc5 from:

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

The topmost commit is 997e7547ab53c84044964fc332c4e1ebc8b96470

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

sound fixes for 3.14-rc5

It's a bad habit to get a higher volume of fixes often lately, but
things happen again.  All commits found here are real bug fixes,
and are mostly trivial.  Most of changes in ASoC are the fixes for
enum items due to the wrong API usages, in addition to a few DAPM
mutex deadlock and other fixes.  In HD-audio, only fixups for HP
laptops.  Although diffstat shows much, the changes are simple:
there are just so many different device entries there.

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

Charles Keepax (3):
      ASoC: dapm: Correct regulator bypass error messages
      Input - arizona-haptics: Fix double lock of dapm_mutex
      ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions

Kailang Yang (2):
      ALSA: hda/realtek - Add more entry for enable HP mute led
      ALSA: hda/realtek - Add more entry for enable HP mute led

Lars-Peter Clausen (2):
      ASoC: sta32x: Fix cache sync
      ASoC: wm8958-dsp: Fix firmware block loading

Mark Brown (1):
      ASoC: da732x: Mark DC offset control registers volatile

Takashi Iwai (9):
      ASoC: sta32x: Fix array access overflow
      ASoC: wm8770: Fix wrong number of enum items
      ASoC: wm8900: Fix the wrong number of enum items
      ASoC: wm8994: Fix the wrong number of enum items
      ASoC: ad1980: Fix wrong number of items for capture source
      ASoC: isabelle: Fix the wrong number of items in enum ctls
      ASoC: wm8400: Fix the wrong number of enum items
      ALSA: hda - Add a fixup for HP Folio 13 mute LED
      ASoC: sta32x: Fix wrong enum for limiter2 release rate

---
 drivers/extcon/extcon-arizona.c      |  12 ---
 drivers/input/misc/arizona-haptics.c |  19 -----
 include/sound/soc-dapm.h             |   8 ++
 sound/pci/hda/patch_realtek.c        |  48 ++++++++++++
 sound/pci/hda/patch_sigmatel.c       |  20 +++++
 sound/soc/codecs/ad1980.c            |   4 +-
 sound/soc/codecs/da732x.c            |  12 +++
 sound/soc/codecs/isabelle.c          |  52 +++++++------
 sound/soc/codecs/sta32x.c            |  76 +++++++++----------
 sound/soc/codecs/wm8400.c            |  34 +++++----
 sound/soc/codecs/wm8770.c            |   4 +-
 sound/soc/codecs/wm8900.c            |  44 +++++------
 sound/soc/codecs/wm8958-dsp2.c       |   2 +-
 sound/soc/codecs/wm8994.c            | 135 ++++++++++++++++++----------------
 sound/soc/soc-dapm.c                 | 139 +++++++++++++++++++++++++++++++----
 15 files changed, 399 insertions(+), 210 deletions(-)

--
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