From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 2.6.31 Date: Mon, 18 May 2009 17:16:20 +0200 Message-ID: References: <20090518150453.GA1576@rakim.wolfsonmicro.main> 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 79C0C2446F for ; Mon, 18 May 2009 17:16:20 +0200 (CEST) In-Reply-To: <20090518150453.GA1576@rakim.wolfsonmicro.main> 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 List-Id: alsa-devel@alsa-project.org At Mon, 18 May 2009 16:04:53 +0100, Mark Brown wrote: > > The following changes since commit 5b740ea975c4ce3da12ac21b56f9e43354ca4327: > Julia Lawall (1): > sound: use dev_set_drvdata > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31 Thanks, pulled now. Takashi > Mark Brown (4): > ASoC: Split DAPM power checks from sequencing of power changes > ASoC: Make DAPM sysfs entries non-optional > ASoC: Integrate bias management with DAPM power management > ASoC: Add debug trace for bias level transitions > > Misael Lopez Cruz (1): > ASoC: TWL4030: Enable/disable voice digital filters > > include/sound/soc-dapm.h | 5 +- > include/sound/soc.h | 3 + > sound/soc/codecs/twl4030.c | 37 +++++++++ > sound/soc/codecs/twl4030.h | 2 +- > sound/soc/soc-core.c | 61 +++------------ > sound/soc/soc-dapm.c | 187 ++++++++++++++++++++++++++++++-------------- > 6 files changed, 183 insertions(+), 112 deletions(-) >