alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@ti.com>
Subject: Re: ASoC updates for 3.3
Date: Sun, 08 Jan 2012 14:41:12 +0100	[thread overview]
Message-ID: <s5hr4zal3bb.wl%tiwai@suse.de> (raw)
In-Reply-To: <20120106064340.GA3496@opensource.wolfsonmicro.com>

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(-)
> 

  reply	other threads:[~2012-01-08 13:41 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06  6:43 ASoC updates for 3.3 Mark Brown
2012-01-08 13:41 ` Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-01 12:41 Mark Brown
2012-03-01 13:20 ` Takashi Iwai
2012-02-21 19:48 Mark Brown
2012-02-21 20:23 ` Takashi Iwai
2012-02-08 20:15 Mark Brown
2012-02-08 21:32 ` Takashi Iwai
2012-02-04 12:55 Mark Brown
2012-02-06  9:32 ` Takashi Iwai
2012-02-06 11:08   ` Mark Brown
2012-02-06 11:13     ` Takashi Iwai
2012-02-06 11:15       ` Mark Brown
2012-01-30 13:34 Mark Brown
2012-01-30 14:27 ` Takashi Iwai
2012-01-30 14:51   ` Mark Brown
2012-01-30 15:19     ` Takashi Iwai
2012-01-17 16:54 Mark Brown
2012-01-17 19:47 ` Takashi Iwai
2012-01-12  8:38 Mark Brown
2011-12-28 11:43 Mark Brown
2011-12-31 16:53 ` Takashi Iwai
2011-12-23 12:18 Mark Brown
2011-12-23 13:38 ` Takashi Iwai
     [not found] <20111213071251.GF7148@opensource.wolfsonmicro.com>
2011-12-13  9:18 ` Takashi Iwai
2011-12-13 10:01   ` Mark Brown
2011-12-06 10:37 Mark Brown
2011-11-29 11:38 Mark Brown
2011-11-29 12:11 ` Takashi Iwai
2011-11-22 12:59 Mark Brown
2011-11-22 17:47 ` Takashi Iwai
2011-11-08 11:24 Mark Brown
2011-11-08 16:01 ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hr4zal3bb.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=lrg@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).