At Sat, 22 Oct 2011 10:49:58 +0100, Mark Brown wrote:
The following changes since commit 24441e17feb57668e4c5013750cef549bf3c4861:
ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget (2011-10-19 18:01:43 +0100)
are available in the git repository at: git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.2
Pulled now. Thanks.
Takashi
Ashish Chavan (2): ASoC: da7210: Add support for DAPM ASoC: da7210: Add support for line out and DAC
Axel Lin (10): ASoC: wm9081: Fix setting soft VMID ramp enable with VMID 2*240k ASoC: Fix reg_word_size for ak4104 ASoC: ak4671: Use snd_soc_update_bits for read-modify-write ASoC: rt5631: Remove unused codec field from struct rt5631_priv ASoC: wm8994: Use SND_SOC_DAPM_AIF_OUT for AIF3 Capture ASoC: wm8996: Use SND_SOC_DAPM_AIF_OUT for AIF2 Capture ASoC: Set sgtl5000->ldo in ldo_regulator_register ASoC: Use SGTL5000_LINREG_VDDD_MASK instead of hardcoded mask value ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2 ASoC: sgtl5000: Fix wrong mask in some snd_soc_update_bits calls
Julia Lawall (1): ASoC: keep pointer to resource so it can be freed
sound/soc/au1x/ac97c.c | 33 +++--- sound/soc/au1x/i2sc.c | 33 +++--- sound/soc/au1x/psc-ac97.c | 25 +++-- sound/soc/au1x/psc-i2s.c | 25 +++-- sound/soc/codecs/ak4104.c | 2 +- sound/soc/codecs/ak4671.c | 18 +-- sound/soc/codecs/da7210.c | 241 ++++++++++++++++++++++++++++++++++++++----- sound/soc/codecs/rt5631.c | 2 - sound/soc/codecs/sgtl5000.c | 20 ++-- sound/soc/codecs/wm8994.c | 2 +- sound/soc/codecs/wm8996.c | 6 +- sound/soc/codecs/wm9081.c | 2 +- sound/soc/mxs/mxs-saif.c | 19 ++-- 13 files changed, 312 insertions(+), 116 deletions(-)