Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@sirena.org.uk>
Cc: alsa-devel@alsa-project.org
Subject: Re: ASoC updates for 2.6.31
Date: Fri, 24 Apr 2009 08:10:27 +0200	[thread overview]
Message-ID: <s5hocumwpik.wl%tiwai@suse.de> (raw)
In-Reply-To: <20090423195420.GA20863@sirena.org.uk>

At Thu, 23 Apr 2009 20:54:20 +0100,
Mark Brown wrote:
> 
> The following changes since commit 9b5b0c01598f9782690b09ce6c49f4ba116dde44:
>   Mark Brown (1):
>         Merge branch 'for-2.6.30' into for-2.6.31
> 
> 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 now to topic/asoc branch.  Thanks.

Takashi

> 
> Eric Miao (2):
>       ASoC: simplify the SSP DMA parameters settings by run-time generation
>       ASoC: change stereo/mono to 32-bit/16-bit for pxa-ssp
> 
> Joonyoung Shim (2):
>       ASoC: OMAP: Add checking to detect bufferless pcms
>       ASoC: TWL4030: Add VDL path support
> 
> Mark Brown (16):
>       ASoC: Factor out generic widget power checks
>       ASoC: Factor out DAPM power checks for DACs and ADCs
>       ASoC: Make the DAPM power check an operation on the widget
>       ASoC: Fix offset of freqmode in WM8580 PLL configuration
>       ASoC: Fix WM8580 volume update handling for large register changes
>       ASoC: Add power supply widget to DAPM
>       ASoC: Use DAPM supply widget for WM8903 charge pump
>       ASoC: Support CLK_DSP in WM8903
>       ASoC: Optimise configuration of WM8903 DC servo
>       ASoC: Actively manage the DC servo for WM8903
>       ASoC: Remove redundant rate constraint for WM8903
>       ASoC: Implement WM8903 digital sidetone support
>       Merge commit 'takashi/fix/asoc' into for-2.6.30
>       Merge branch 'for-2.6.30' into for-2.6.31
>       ASoC: s3c-i2s-v2 needs to declare a license for modular builds
>       Merge branch 'for-2.6.30' into for-2.6.31
> 
> Peter Ujfalusi (2):
>       ASoC: OMAP: Add 4 channel support to mcbsp
>       ASoC: TWL4030: Add 4 channel TDM support
> 
> Russell King - ARM Linux (1):
>       ASoC: Fix warning in wm9705
> 
> Takashi Iwai (1):
>       ASoC: remove non-existing referece to CONFIG_SND_SOC_CODEC_WM8991
> 
>  Documentation/sound/alsa/soc/dapm.txt |    1 +
>  include/sound/soc-dapm.h              |    9 +-
>  sound/soc/codecs/Makefile             |    1 -
>  sound/soc/codecs/twl4030.c            |  308 +++++++++++++++++++--------------
>  sound/soc/codecs/twl4030.h            |   11 ++
>  sound/soc/codecs/wm8580.c             |   16 +-
>  sound/soc/codecs/wm8903.c             |  118 ++++++++-----
>  sound/soc/codecs/wm9705.c             |    2 +-
>  sound/soc/omap/omap-mcbsp.c           |    5 +-
>  sound/soc/omap/omap-pcm.c             |    9 +-
>  sound/soc/pxa/pxa-ssp.c               |  203 +++++-----------------
>  sound/soc/s3c24xx/s3c-i2s-v2.c        |    3 +-
>  sound/soc/soc-dapm.c                  |  139 +++++++++++-----
>  13 files changed, 438 insertions(+), 387 deletions(-)
> 

  parent reply	other threads:[~2009-04-24  6:10 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23 19:54 ASoC updates for 2.6.31 Mark Brown
2009-04-23 19:55 ` [PATCH 01/21] ASoC: Fix warning in wm9705 Mark Brown
2009-04-23 19:55 ` [PATCH 02/21] ASoC: Factor out generic widget power checks Mark Brown
2009-04-23 19:55 ` [PATCH 03/21] ASoC: Factor out DAPM power checks for DACs and ADCs Mark Brown
2009-04-23 19:55 ` [PATCH 04/21] ASoC: Make the DAPM power check an operation on the widget Mark Brown
2009-04-23 19:55 ` [PATCH 05/21] ASoC: Fix offset of freqmode in WM8580 PLL configuration Mark Brown
2009-04-23 19:55 ` [PATCH 06/21] ASoC: Fix WM8580 volume update handling for large register changes Mark Brown
2009-04-23 19:55 ` [PATCH 07/21] ASoC: OMAP: Add checking to detect bufferless pcms Mark Brown
2009-04-23 19:55 ` [PATCH 08/21] ASoC: Add power supply widget to DAPM Mark Brown
2009-04-23 19:55 ` [PATCH 09/21] ASoC: Use DAPM supply widget for WM8903 charge pump Mark Brown
2009-04-23 19:55 ` [PATCH 10/21] ASoC: Support CLK_DSP in WM8903 Mark Brown
2009-04-23 19:55 ` [PATCH 11/21] ASoC: Optimise configuration of WM8903 DC servo Mark Brown
2009-04-23 19:55 ` [PATCH 12/21] ASoC: Actively manage the DC servo for WM8903 Mark Brown
2009-04-23 19:55 ` [PATCH 13/21] ASoC: Remove redundant rate constraint " Mark Brown
2009-04-23 19:55 ` [PATCH 14/21] ASoC: Implement WM8903 digital sidetone support Mark Brown
2009-04-23 19:55 ` [PATCH 15/21] ASoC: remove non-existing referece to CONFIG_SND_SOC_CODEC_WM8991 Mark Brown
2009-04-23 19:55 ` [PATCH 16/21] ASoC: TWL4030: Add VDL path support Mark Brown
2009-04-23 19:55 ` [PATCH 17/21] ASoC: simplify the SSP DMA parameters settings by run-time generation Mark Brown
2009-04-23 19:55 ` [PATCH 18/21] ASoC: change stereo/mono to 32-bit/16-bit for pxa-ssp Mark Brown
2009-04-23 19:55 ` [PATCH 19/21] ASoC: s3c-i2s-v2 needs to declare a license for modular builds Mark Brown
2009-04-23 20:53   ` Ben Dooks
2009-04-24  9:43     ` Mark Brown
2009-04-23 19:55 ` [PATCH 20/21] ASoC: OMAP: Add 4 channel support to mcbsp Mark Brown
2009-04-23 19:55 ` [PATCH 21/21] ASoC: TWL4030: Add 4 channel TDM support Mark Brown
2009-04-24  6:10 ` 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-05-05 10:01 Mark Brown
2009-05-05 10:45 ` Takashi Iwai
2009-04-28 15:22 Mark Brown
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=s5hocumwpik.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@sirena.org.uk \
    /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