From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753881Ab3DLIby (ORCPT ); Fri, 12 Apr 2013 04:31:54 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57931 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752397Ab3DLIbw (ORCPT ); Fri, 12 Apr 2013 04:31:52 -0400 Date: Fri, 12 Apr 2013 10:31:50 +0200 Message-ID: From: Takashi Iwai To: Mark Brown Cc: Liam Girdwood , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] ASoC updates for v3.9-rc6 In-Reply-To: <20130411171316.GR9243@opensource.wolfsonmicro.com> References: <20130411171316.GR9243@opensource.wolfsonmicro.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Thu, 11 Apr 2013 18:13:16 +0100, Mark Brown wrote: > > The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6: > > Linux 3.9-rc6 (2013-04-07 20:49:54 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.9-rc6 > > for you to fetch changes up to ca62bed0bbf9baf88d8bb404d72dee3b44ef057e: > > Merge remote-tracking branch 'asoc/fix/wm8903' into tmp (2013-04-11 18:00:31 +0100) > > ---------------------------------------------------------------- > > ASoC: Updates for v3.9 > > A few updates, more than I'd like, fixing some relatively small issues > but mostly driver specific ones. Nothing wildly exciting so if it > doesn't make v3.9 it won't be the end of the world but it'd be nice. Thanks, pulled now. Takashi > > ---------------------------------------------------------------- > Alban Bedel (1): > ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running > > Charles Keepax (1): > ASoC: compress: Cancel delayed power down if needed > > Joonyoung Shim (1): > ASoC: core: Fix to check return value of snd_soc_update_bits_locked() > > Lars-Peter Clausen (1): > ASoC: tegra: Don't claim to support PCM pause and resume > > Mark Brown (6): > ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event > Merge remote-tracking branch 'asoc/fix/compress' into tmp > Merge remote-tracking branch 'asoc/fix/core' into tmp > Merge remote-tracking branch 'asoc/fix/samsung' into tmp > Merge remote-tracking branch 'asoc/fix/tegra' into tmp > Merge remote-tracking branch 'asoc/fix/wm8903' into tmp > > Prathyush K (2): > ASoC: Samsung: return error if drvdata is not set > ASoC: Samsung: set drvdata before adding secondary device > > sound/soc/codecs/wm5102.c | 2 +- > sound/soc/codecs/wm8903.c | 2 ++ > sound/soc/samsung/i2s.c | 17 ++++++++++++----- > sound/soc/soc-compress.c | 14 +++++++++++--- > sound/soc/soc-core.c | 2 +- > sound/soc/tegra/tegra_pcm.c | 24 +----------------------- > 6 files changed, 28 insertions(+), 33 deletions(-)