[alsa-devel] [GIT PULL] ASoC updates for v3.10
The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:
Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.10-rc5
for you to fetch changes up to 902a75cdc491066514aac35b40a756aaa9740173:
Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linus (2013-06-10 10:28:51 +0100)
Takashi is travelling at the minute and it'd be good to get the MAINTAINERS update in here merged so sending directly.
----------------------------------------------------------------
ASoC: Updates for v3.10
As well as the usual driver specifics we've got a couple of core fixes here, one fixing capabilities for unidirectional streams and the other fixing suspend while audio streams are active. The suspend fix is a little involved but mostly as a result of removing some special casing that was doing the wrong thing.
---------------------------------------------------------------- Andreas Irestål (1): ASoC: tlv320aic3x: Remove deadlock from snd_soc_dapm_put_volsw_aic3x()
Charles Keepax (1): ASoC: arizona: Correct AEC loopback enable
Mark Brown (11): ASoC: wm8994: Avoid leaking pm_runtime reference on removed jack race ASoC: wm8994: Ensure microphone detection state is reset on removal MAINTAINERS: Remove myself from Wolfson maintainers ASoC: pcm: Require both CODEC and CPU support when declaring stream caps ASoC: dapm: Treat DAI widgets like AIF widgets for power Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linus Merge remote-tracking branch 'asoc/fix/core' into asoc-linus Merge remote-tracking branch 'asoc/fix/cs42l52' into asoc-linus Merge remote-tracking branch 'asoc/fix/maintainers' into asoc-linus Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linus
Nicolas Schichan (2): ASoC: cs42l52: use correct PCM mixer TLV dB scale to match datasheet. ASoC: cs42l52: fix hp_gain_enum shift value.
MAINTAINERS | 3 +-- include/sound/soc-dapm.h | 3 ++- sound/soc/codecs/cs42l52.c | 6 +++-- sound/soc/codecs/tlv320aic3x.c | 10 ++++---- sound/soc/codecs/wm5102.c | 3 ++- sound/soc/codecs/wm5110.c | 3 ++- sound/soc/codecs/wm8994.c | 3 ++- sound/soc/soc-dapm.c | 49 +++++++++++++++++++++------------------- sound/soc/soc-pcm.c | 13 ++++++++--- 9 files changed, 54 insertions(+), 39 deletions(-)
participants (1)
-
Mark Brown