From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 3.1 Date: Sun, 21 Aug 2011 15:47:45 +0200 Message-ID: References: <20110821120843.GA12673@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 D1374243BD for ; Sun, 21 Aug 2011 15:47:45 +0200 (CEST) In-Reply-To: <20110821120843.GA12673@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 Sun, 21 Aug 2011 13:08:43 +0100, Mark Brown wrote: > > The following changes since commit f6b864a9071e21186476910613ec9913b56067a2: > > ASoC: Fix compile warning in wm8750.c (2011-08-12 18:22:10 +0200) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1 Thanks, pulled now. > The biggest change here is cleaning up the ad193x mess - there appear to > have been quite a few issues on top of the entertainment with the > register I/O. Don't we need a similar fix for cs4271, too? Takashi > > Axel Lin (2): > ASoC: soc-jack: Fix checking return value of request_any_context_irq > ASoC: sta32x: Fix a memory leak if snd_soc_register_codec fails > > Jarkko Nikula (1): > ASoC: omap: Fix build errors in ams-delta > > Mark Brown (1): > ASoC: Move WM8962 CLKREG_OVD earlier > > Sascha Hauer (1): > ASoC: Fix check for symmetric rate enforcement > > Scott Jiang (5): > ASoC: ad193x: fix registers definition > ASoC: ad193x: fix dac word len setting > ASoC: ad193x: fix system clock > ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix > ASoC: ad193x: remove cache support > > Vasily Khoruzhick (2): > ASoC: h1940: Fix compilation error due to missing header > ASoC: rx1950: Fix compilation error due to missing header > > sound/soc/blackfin/bf5xx-ad193x.c | 2 +- > sound/soc/codecs/ad193x.c | 11 ++--------- > sound/soc/codecs/ad193x.h | 5 +++-- > sound/soc/codecs/sta32x.c | 1 + > sound/soc/codecs/wm8962.c | 8 ++++---- > sound/soc/omap/ams-delta.c | 6 ++++-- > sound/soc/samsung/h1940_uda1380.c | 1 + > sound/soc/samsung/rx1950_uda1380.c | 1 + > sound/soc/soc-io.c | 23 +++++++++++++++++++++++ > sound/soc/soc-jack.c | 2 +- > sound/soc/soc-pcm.c | 3 +++ > 11 files changed, 44 insertions(+), 19 deletions(-) >