The following changes since commit 895be5b31e5175bef575008aadb4f0a27b850daa:
Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus (2014-02-19 13:13:58 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc4
for you to fetch changes up to 57374bb491facf716c172126b7e9b99c9e3f8b45:
Merge remote-tracking branches 'asoc/fix/sta32x', 'asoc/fix/wm8400', 'asoc/fix/wm8770', 'asoc/fix/wm8900' and 'asoc/fix/wm8994' into asoc-linus (2014-02-23 12:20:34 +0900)
Getting a bit large but they're all actual bug fixes unfortunately.
----------------------------------------------------------------
ASoC: Fixes for v3.14
A somewhat large set of fixes here due to the identification of some systematic problems with hard to use APIs in the subsystem. Takashi did a lot of work to address the enumeration API which uncovered a number of off by one bugs caused by confusing APIs while Charles addressed issues in the locking around DAPM.
---------------------------------------------------------------- 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
Lars-Peter Clausen (1): ASoC: sta32x: Fix cache sync
Mark Brown (4): Merge tag 'asoc-v3.14-rc3' into asoc-linus Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branches 'asoc/fix/ad1980' and 'asoc/fix/isabelle' into asoc-linus Merge remote-tracking branches 'asoc/fix/sta32x', 'asoc/fix/wm8400', 'asoc/fix/wm8770', 'asoc/fix/wm8900' and 'asoc/fix/wm8994' into asoc-linus
Takashi Iwai (7): 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
drivers/extcon/extcon-arizona.c | 12 --- drivers/input/misc/arizona-haptics.c | 19 ----- include/sound/soc-dapm.h | 8 ++ sound/soc/codecs/ad1980.c | 4 +- sound/soc/codecs/isabelle.c | 52 +++++++------ sound/soc/codecs/sta32x.c | 74 +++++++++---------- sound/soc/codecs/wm8400.c | 34 +++++---- sound/soc/codecs/wm8770.c | 4 +- sound/soc/codecs/wm8900.c | 44 +++++------ sound/soc/codecs/wm8994.c | 135 ++++++++++++++++++---------------- sound/soc/soc-dapm.c | 139 +++++++++++++++++++++++++++++++---- 11 files changed, 317 insertions(+), 208 deletions(-)