From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: ASoC updates for 2.6.36 Date: Sun, 4 Jul 2010 18:23:26 +0900 Message-ID: <20100704092325.GA19348@opensource.wolfsonmicro.com> References: <20100701184322.GI8742@rakim.wolfsonmicro.main> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 6648524154 for ; Sun, 4 Jul 2010 11:23:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20100701184322.GI8742@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: Takashi Iwai Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Jul 01, 2010 at 07:43:22PM +0100, Mark Brown wrote: > The following changes since commit e827e32efc313e1a061c81007e96fff439ccb8= 02: > = > Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/= git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200) > = > are available in the git repository at: > = > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for= -2.6.36 Sorry, I forgot all about this outstanding pull request and pushed some new changes. Please find below a revised one: The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802: Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/gi= t/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2= .6.36 Eric B=E9nard (1): ASoC: clean i.MX Kconfig Kuninori Morimoto (1): ASoC: ak4642: Add Digital Playback Volume control Mark Brown (1): Merge remote branch 'takashi/topic/asoc' into for-2.6.36 Maurus Cuelenaere (2): ASoC: codec: Add WM8987 device id to WM8750 driver ASoC: Add SmartQ sound driver Vladimir Zapolskiy (4): ASoC: uda134x: replace a macro with a value in platform struct. ASoC: uda134x: fix bias level setup on initialization ASoC: uda134x: add DATA011 register found in codecs family ASoC: uda134x: correct bias level setup for codecs family include/sound/uda134x.h | 12 ++ sound/soc/codecs/ak4642.c | 24 +++- sound/soc/codecs/uda134x.c | 64 ++++++--- sound/soc/codecs/uda134x.h | 5 +- sound/soc/codecs/wm8750.c | 11 ++- sound/soc/imx/Kconfig | 14 +- sound/soc/s3c24xx/Kconfig | 6 + sound/soc/s3c24xx/Makefile | 2 + sound/soc/s3c24xx/smartq_wm8987.c | 296 +++++++++++++++++++++++++++++++++= ++++ 9 files changed, 399 insertions(+), 35 deletions(-) create mode 100644 sound/soc/s3c24xx/smartq_wm8987.c