From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: ASoC updates for 3.2 Date: Tue, 22 Nov 2011 12:46:53 +0000 Message-ID: <20111122124652.GA20833@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 9E1582433C for ; Tue, 22 Nov 2011 13:46:54 +0100 (CET) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org The following changes since commit 1dd6c0770d7d4ca477a1a8452ab0161b1150e4ad: Merge branch 'for-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-3.2 (2011-11-08 10:37:41 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-3.2 The sta32x fix is fairly large but is needed for suspend and resume and the driver is new in 3.2 with the only user being the board maintained by the patch submitter so reasonably low risk. Nothing else too exciting here - small, per-driver fixes for fairly obvious things. Axel Lin (3): ASoC: wm9081: Fix reading wrong register for setting VMID 2*240k ASoC: wm9081: Don't write WM9081_BIAS_ENA bit to WM9081_VMID_CONTROL register ASoC: cs4271: Fix wrong mask parameter in some snd_soc_update_bits calls Clemens Ladisch (7): ASoC: adau1373: fix DB_RANGE size ASoC: rt5631: fix DB_RANGE size ASoC: sgtl5000: fix DB_RANGE size ASoC: wm8962: fix DB_RANGE size ASoC: wm8993: fix DB_RANGE size ASoC: wm9090: fix DB_RANGE size ASoC: wm_hubs: fix DB_RANGE size Jassi Brar (1): MAINTAINERS: Drop inactive Samsung ASoC maintainer Johannes Stezenbach (1): ASoC: sta32x: preserve coefficient RAM Mark Brown (2): Merge branch 'DB_RANGE-size-fixes' of git://git.alsa-project.org/alsa-kprivate into for-3.2 ASoC: Ensure WM8731 register cache is synced when resuming from disabled Timo Juhani Lindfors (1): ASoC: wm8753: Skip noop reconfiguration of DAI mode Timur Tabi (1): ASoC: fsl_ssi: properly initialize the sysfs attribute object MAINTAINERS | 1 - sound/soc/codecs/adau1373.c | 2 +- sound/soc/codecs/cs4271.c | 8 +++-- sound/soc/codecs/rt5631.c | 2 +- sound/soc/codecs/sgtl5000.c | 2 +- sound/soc/codecs/sta32x.c | 63 ++++++++++++++++++++++++++++++++++++++++++- sound/soc/codecs/sta32x.h | 1 + sound/soc/codecs/wm8731.c | 1 + sound/soc/codecs/wm8753.c | 3 ++ sound/soc/codecs/wm8962.c | 4 +- sound/soc/codecs/wm8993.c | 2 +- sound/soc/codecs/wm9081.c | 10 +++--- sound/soc/codecs/wm9090.c | 6 ++-- sound/soc/codecs/wm_hubs.c | 2 +- sound/soc/fsl/fsl_ssi.c | 1 + 15 files changed, 88 insertions(+), 20 deletions(-)