From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: ASoC updates for 2.6.39 Date: Mon, 18 Apr 2011 21:37:59 +0100 Message-ID: <20110418203758.GD13808@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 768A810381E for ; Mon, 18 Apr 2011 22:37:51 +0200 (CEST) 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 a6360dd37e1a144ed11e6548371bade559a1e4df: Linux 2.6.39-rc3 (2011-04-11 17:21:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39 A bunch of changes here that you've already pulled and quite an interval since my last pull request - the request is against v2.6.39-rc3 as I've merged that up to get the spelling fix that conflicted with -next. Dilan Lee (1): ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes Guennadi Liakhovetski (1): ASoC: add a module alias to the FSI driver Jassi Brar (1): MAINTAINERS: Update Samsung ASoC maintainer's id Kuninori Morimoto (3): ASoC: fsi: take care in failing case of dai register ASoC: fsi: modify vague PM control on probe ASoC: fsi: driver safely remove for against irq Lars-Peter Clausen (2): ASoC: codecs: JZ4740: Fix OOPS ARM: s3c2440: gta02; Register dfbmcs320 device for BT audio interface Lu Guanqun (4): ASoC: check channel mismatch between cpu_dai and codec_dai ASoC: fix config error path ASoC: sst_platform: Fix lock acquring ASoC: sn95031: decorate function with __devexit_p() Mark Brown (3): ASoC: Set left channel volume update bits for WM8994 ASoC: Fix output PGA enabling in wm_hubs CODECs Merge commit 'v2.6.39-rc3' into for-2.6.39 Sangbeom Kim (1): ASoC: SAMSUNG: Fix the inverted clocks handling for pcm driver Stephen Warren (1): ASoC: Tegra: Suspend/resume support MAINTAINERS | 2 +- arch/arm/mach-s3c2440/mach-gta02.c | 5 ++++ sound/soc/codecs/jz4740.c | 2 - sound/soc/codecs/sn95031.c | 2 +- sound/soc/codecs/wm8903.c | 38 +++++++++++++++++++++-------------- sound/soc/codecs/wm8994.c | 16 +++++++++++++++ sound/soc/codecs/wm_hubs.c | 8 +++--- sound/soc/mid-x86/sst_platform.c | 10 +++++--- sound/soc/samsung/pcm.c | 4 +- sound/soc/sh/fsi.c | 22 +++++++++++++++----- sound/soc/soc-core.c | 5 +++- sound/soc/tegra/harmony.c | 1 + 12 files changed, 79 insertions(+), 36 deletions(-)