From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] ASoC updates Date: Fri, 19 Dec 2008 08:11:02 +0100 Message-ID: References: <20081218173021.GA25332@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 (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 021691037EB for ; Fri, 19 Dec 2008 08:11:02 +0100 (CET) In-Reply-To: <20081218173021.GA25332@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 Thu, 18 Dec 2008 17:30:21 +0000, Mark Brown wrote: > > The following changes since commit 49d92c7d5bbd158734bc34ed578a68b214a48583: > Stanley.Miao (1): > ASoC: TWL4030: hands-free start-up sequence. > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai Applied now. Thanks. Takashi > > Alexander Beregalov (1): > ASoC: switch davinci DPRINTK to pr_debug() > > Mark Brown (3): > ASoC: Ease merge difficulties from new architectures > ASoC: Complain if we fail to create DAPM controls > ASoC: Add WM8350 AudioPlus codec driver > > include/linux/mfd/wm8350/audio.h | 38 +- > sound/soc/Kconfig | 10 +- > sound/soc/Makefile | 12 +- > sound/soc/codecs/Kconfig | 4 + > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/wm8350.c | 1583 ++++++++++++++++++++++++++++++++++++++ > sound/soc/codecs/wm8350.h | 20 + > sound/soc/davinci/davinci-pcm.c | 18 +- > sound/soc/soc-dapm.c | 6 +- > 9 files changed, 1669 insertions(+), 24 deletions(-) > create mode 100644 sound/soc/codecs/wm8350.c > create mode 100644 sound/soc/codecs/wm8350.h >