From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 3.3 Date: Mon, 06 Feb 2012 10:32:20 +0100 Message-ID: References: <20120204125527.GC8042@opensource.wolfsonmicro.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id AC5ED2417B for ; Mon, 6 Feb 2012 10:32:23 +0100 (CET) In-Reply-To: <20120204125527.GC8042@opensource.wolfsonmicro.com> 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: Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org At Sat, 4 Feb 2012 12:55:27 +0000, Mark Brown wrote: > > The following changes since commit 1ae5cbc52e7c6619a3f44b87809fd25370df31bb: > > ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machine (2012-01-30 13:22:13 +0000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-3.3 Would you like to let me pull from asoc-3.3 tag, or for-3.3 branch? It seems that both point to the same. I don't mind either, but I just wonder how you get this pull request with a signed tag message below... Takashi > > for you to fetch changes up to 43b6cec27e1e50a1de3eff47e66e502f3fe7e66e: > > ASoC: wm_hubs: Correct line input to line output 2 paths (2012-02-01 23:55:56 +0000) > > ---------------------------------------------------------------- > The only particularly remarkable change here is the one for handling of > the Android suspend ignore code for idle_bias_off CODECs. That one is > actually a regression fix as some of the new power savings that have > been introduced confused the suspend ignore code, making devices that > are active for non-audio reasons look like they are idle causing them to > be suspended instead of being kept active. > ---------------------------------------------------------------- > > Axel Lin (1): > ASoC: cs42l73: Fix Output [X|A|V]SP_SCLK Sourcing Mode setting for master mode > > Mark Brown (4): > ASoC: wm_hubs: Fix routing of input PGAs to line output mixer > ASoC: wm8994: Remove ASoC level register cache sync > ASoC: core: Better support for idle_bias_off suspend ignores > ASoC: wm_hubs: Correct line input to line output 2 paths > > Susan Gao (1): > ASoC: wm8962: Fix word length configuration > > sound/soc/codecs/cs42l73.c | 2 +- > sound/soc/codecs/wm8962.c | 6 +++--- > sound/soc/codecs/wm8994.c | 5 ----- > sound/soc/codecs/wm_hubs.c | 8 ++++---- > sound/soc/soc-core.c | 11 +++++++++++ > 5 files changed, 19 insertions(+), 13 deletions(-)