From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 3.3 Date: Sun, 08 Jan 2012 14:41:12 +0100 Message-ID: References: <20120106064340.GA3496@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 CEAF2243B3 for ; Sun, 8 Jan 2012 14:41:12 +0100 (CET) In-Reply-To: <20120106064340.GA3496@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 Thu, 5 Jan 2012 22:43:41 -0800, Mark Brown wrote: > > The following changes since commit 32696af13724aaf7651d1cf95bc1a7a8af97a5c8: > > ASoC: Convert corgi to table based DAPM and control init (2011-12-30 10:44:45 +0000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-3.3 > > and are the last fixes for 3.3. Thanks, pulled and pushed out. Takashi > > Ashish Chavan (1): > ASoC: da7210: Add support for line input and mic > > Axel Lin (28): > ASoC: Convert cs42l51 to devm_kzalloc() > ASoC: Convert max98088 to devm_kzalloc() > ASoC: Convert max98095 to devm_kzalloc() > ASoC: Convert max9850 to devm_kzalloc() > ASoC: Convert rt5631 to devm_kzalloc() > ASoC: Convert ssm2602 to devm_kzalloc() > ASoC: Convert sta32x to devm_kzalloc() > ASoC: Convert tlv320aic23 to devm_kzalloc() > ASoC: Convert tlv320aic26 to devm_kzalloc() > ASoC: Convert tlv320aic3x to devm_kzalloc() > ASoC: Convert alc5623 to devm_kzalloc() > ASoC: Convert cs4270 to devm_kzalloc() > ASoC: Convert tlv320dac33 to devm_kzalloc() > ASoC: Convert tpa6130a2 to devm_kzalloc() > ASoC: Fix return value of ak4641_pcm_set_dai_fmt() > ASoC: Fix return value of wm8962_gpio_direction_out() > ASoC: Use dai_fmt in saarb machine driver > ASoC: Use dai_fmt in spitz machine driver > ASoC: Use dai_fmt in z2 machine driver > ASoC: Convert saarb to table based DAPM init > ASoC: Convert spitz to table based DAPM and control init > ASoC: Convert tavorevb3 to table based DAPM init > ASoC: Convert z2 to table based DAPM init > ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_direction_out() > ASoC: Use dai_fmt in tavorevb3 machine driver > ASoC: Fix return value of wm8580_set_sysclk() > ASoC: pxa: Convert corgi to use snd_soc_register_card() > ASoC: sta32x: Optimize the array work to find rate_min and rate_max > > Julia Lawall (9): > ASoC: davinci-vcif.c: use devm_ functions > ASoC: davinci-mcasp.c: use devm_ functions > ASoC: davinci-i2s.c: use devm_ functions > ASoC: psc-i2s.c: use devm_ functions > ASoC: psc-ac97.c: use devm_ functions > ASoC: i2sc.c: use devm_ functions > ASoC: dma.c: use devm_ functions > ASoC: dbdma2.c: use devm_ functions > ASoC: ac97c.c: use devm_ functions > > Sangsu Park (1): > ASoC: soc-pcm: Allocate PCM operations dynamically to support multiple DAIs > > arch/arm/mach-pxa/corgi.c | 9 ++++ > sound/soc/au1x/ac97c.c | 40 ++++++------------- > sound/soc/au1x/dbdma2.c | 14 ++----- > sound/soc/au1x/dma.c | 12 +----- > sound/soc/au1x/i2sc.c | 45 ++++++--------------- > sound/soc/au1x/psc-ac97.c | 41 +++++++------------- > sound/soc/au1x/psc-i2s.c | 42 +++++++------------- > sound/soc/codecs/ak4641.c | 7 +++- > sound/soc/codecs/alc5623.c | 11 +---- > sound/soc/codecs/cs4270.c | 6 +-- > sound/soc/codecs/cs42l51.c | 8 +--- > sound/soc/codecs/da7210.c | 77 +++++++++++++++++++++++++++++++++++++ > sound/soc/codecs/max98088.c | 6 +-- > sound/soc/codecs/max98095.c | 7 +-- > sound/soc/codecs/max9850.c | 6 +-- > sound/soc/codecs/rt5631.c | 7 +-- > sound/soc/codecs/ssm2602.c | 12 ++---- > sound/soc/codecs/sta32x.c | 14 ++---- > sound/soc/codecs/tlv320aic23.c | 5 +-- > sound/soc/codecs/tlv320aic26.c | 8 +--- > sound/soc/codecs/tlv320aic3x.c | 5 +-- > sound/soc/codecs/tlv320dac33.c | 6 +-- > sound/soc/codecs/tpa6130a2.c | 5 +-- > sound/soc/codecs/wm8580.c | 8 +++- > sound/soc/codecs/wm8903.c | 18 +++++++-- > sound/soc/codecs/wm8962.c | 10 +++- > sound/soc/davinci/davinci-i2s.c | 39 ++++++------------ > sound/soc/davinci/davinci-mcasp.c | 40 ++++++------------- > sound/soc/davinci/davinci-vcif.c | 14 ++----- > sound/soc/pxa/corgi.c | 43 +++++++++++---------- > sound/soc/pxa/saarb.c | 23 ++++------- > sound/soc/pxa/spitz.c | 37 +++++------------- > sound/soc/pxa/tavorevb3.c | 24 ++++-------- > sound/soc/pxa/z2.c | 28 ++++---------- > sound/soc/soc-pcm.c | 38 +++++++++---------- > 35 files changed, 313 insertions(+), 402 deletions(-) >