Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: ASoC updates for 2.6.31
Date: Tue, 05 May 2009 12:45:40 +0200	[thread overview]
Message-ID: <s5heiv3de0b.wl%tiwai@suse.de> (raw)
In-Reply-To: <20090505100123.GB2050@rakim.wolfsonmicro.main>

At Tue, 5 May 2009 11:01:23 +0100,
Mark Brown wrote:
> 
> The following changes since commit 8560b9321f9050968f393ce1ec67e47c1a0bd5cf:
>   Takashi Iwai (1):
>         Merge branch 'fix/asoc' into topic/asoc
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled this one, too.  Thanks.


Takashi

> Jinyoung Park (1):
>       ASoC: Fix errors in WM8990
> 
> Jonathan Cameron (1):
>       ASoC: IMote2 ASoC Support
> 
> Lopez Cruz, Misael (2):
>       ASoC: TWL4030: Add VDL analog bypass
>       ASoC: TWL4030: Add voice digital loopback: sidetone
> 
> Mark Brown (15):
>       ASoC: Fix error message formatting in s3c64xx-i2s driver
>       ASoC: Check for supported CPUs when building s3c-i2s-v2
>       ASoC: Make S3C64xx clock export function to return struct clk
>       ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit
>       ASoC: Fix boot warnings from S3C IISv2
>       ASoC: Allow use of resource from the platform device for S3C IISv2
>       ASoC: Display the clock rate used as the basis for rate calculation
>       ASoC: Display S3C IISv2 mode and MS errors by default
>       ASoC: Staticise txctrl and rxctrl for S3C IISv2
>       ASoC: Use platform device resource for S3C64xx IISv2
>       ASoC: Use a shared define for AC97 CODEC data formats
>       ASoC: Remove unused DAI format defines
>       Merge commit 'takashi/topic/asoc' into for-2.6.31
>       Merge branch 'for-2.6.30' into for-2.6.31
>       ASoC: Remove redundant codec pointer from DAIs
> 
> Peter Ujfalusi (1):
>       ASoC: TWL4030: Add VIBRA output
> 
>  include/sound/soc-dai.h         |   28 ++-------
>  sound/soc/codecs/ac97.c         |    4 +-
>  sound/soc/codecs/ad1980.c       |    4 +-
>  sound/soc/codecs/twl4030.c      |  121 +++++++++++++++++++++++++++++++++++++--
>  sound/soc/codecs/wm8990.c       |   40 +++++++-------
>  sound/soc/codecs/wm9705.c       |    4 +-
>  sound/soc/codecs/wm9712.c       |    6 +-
>  sound/soc/codecs/wm9713.c       |    6 +-
>  sound/soc/pxa/Kconfig           |    9 +++
>  sound/soc/pxa/Makefile          |    2 +
>  sound/soc/pxa/imote2.c          |  114 ++++++++++++++++++++++++++++++++++++
>  sound/soc/s3c24xx/s3c-i2s-v2.c  |   87 ++++++++++++++++++++++++----
>  sound/soc/s3c24xx/s3c64xx-i2s.c |   15 ++---
>  sound/soc/s3c24xx/s3c64xx-i2s.h |    4 +-
>  14 files changed, 362 insertions(+), 82 deletions(-)
>  create mode 100644 sound/soc/pxa/imote2.c
> 

  parent reply	other threads:[~2009-05-05 10:45 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
2009-05-05 10:02 ` [PATCH 01/18] ASoC: Fix error message formatting in s3c64xx-i2s driver Mark Brown
2009-05-05 10:02 ` [PATCH 02/18] ASoC: Check for supported CPUs when building s3c-i2s-v2 Mark Brown
2009-05-05 10:02 ` [PATCH 03/18] ASoC: Make S3C64xx clock export function to return struct clk Mark Brown
2009-05-05 10:02 ` [PATCH 04/18] ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit Mark Brown
2009-05-05 10:02 ` [PATCH 05/18] ASoC: Fix boot warnings from S3C IISv2 Mark Brown
2009-05-05 10:02 ` [PATCH 06/18] ASoC: Allow use of resource from the platform device for " Mark Brown
2009-05-05 10:02 ` [PATCH 07/18] ASoC: Display the clock rate used as the basis for rate calculation Mark Brown
2009-05-05 10:02 ` [PATCH 08/18] ASoC: Display S3C IISv2 mode and MS errors by default Mark Brown
2009-05-05 10:02 ` [PATCH 09/18] ASoC: Staticise txctrl and rxctrl for S3C IISv2 Mark Brown
2009-05-05 10:02 ` [PATCH 10/18] ASoC: Use platform device resource for S3C64xx IISv2 Mark Brown
2009-05-05 10:02 ` [PATCH 11/18] ASoC: Use a shared define for AC97 CODEC data formats Mark Brown
2009-05-05 10:02 ` [PATCH 12/18] ASoC: Remove unused DAI format defines Mark Brown
2009-05-05 10:02 ` [PATCH 13/18] ASoC: Fix errors in WM8990 Mark Brown
2009-05-05 10:02 ` [PATCH 14/18] ASoC: TWL4030: Add VDL analog bypass Mark Brown
2009-05-05 10:02 ` [PATCH 15/18] ASoC: TWL4030: Add voice digital loopback: sidetone Mark Brown
2009-05-05 10:02 ` [PATCH 16/18] ASoC: IMote2 ASoC Support Mark Brown
2009-05-05 10:02 ` [PATCH 17/18] ASoC: TWL4030: Add VIBRA output Mark Brown
2009-05-05 10:02 ` [PATCH 18/18] ASoC: Remove redundant codec pointer from DAIs Mark Brown
2009-05-05 10:45 ` Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-10 19:25 ASoC updates for 2.6.31 Mark Brown
2009-07-06 20:49 Mark Brown
2009-07-07  5:56 ` Takashi Iwai
2009-07-01 20:45 Mark Brown
2009-07-02  8:55 ` Takashi Iwai
2009-06-25 13:09 Mark Brown
2009-06-25 13:35 ` Takashi Iwai
2009-06-21 13:15 Mark Brown
2009-06-22  6:20 ` Takashi Iwai
2009-06-03 10:51 Mark Brown
2009-06-03 11:02 ` Takashi Iwai
2009-05-28 18:04 Mark Brown
2009-05-28 18:12 ` Takashi Iwai
2009-05-27 10:48 Mark Brown
2009-05-27 13:58 ` Takashi Iwai
2009-05-25 12:07 Mark Brown
2009-05-25 12:29 ` Takashi Iwai
2009-05-22 20:21 Mark Brown
2009-05-22 20:34 ` Takashi Iwai
2009-05-19 19:27 Mark Brown
2009-05-19 19:39 ` Takashi Iwai
2009-05-18 15:04 Mark Brown
2009-05-18 15:16 ` Takashi Iwai
2009-05-15  8:23 ASoC updates for 2.6.30 Mark Brown
2009-05-15  8:26 ` ASoC updates for 2.6.31 Mark Brown
2009-05-15  8:34   ` Takashi Iwai
2009-05-12 10:25 Mark Brown
2009-05-08 12:57 Mark Brown
2009-05-08 14:37 ` Takashi Iwai
2009-04-28 15:22 Mark Brown
2009-04-23 19:54 Mark Brown
2009-04-24  6:10 ` Takashi Iwai
2009-04-20 11:58 Mark Brown
2009-04-20 12:05 ` Takashi Iwai
2009-04-16 13:50 Mark Brown
2009-04-16 14:06 ` Takashi Iwai
2009-04-14 12:32 Mark Brown

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=s5heiv3de0b.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.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