public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: Marek Vasut <marek.vasut@gmail.com>, alsa-devel@alsa-project.org
Subject: Re: ASoC updates for 2.6.32
Date: Sun, 23 Aug 2009 18:38:28 +0100	[thread overview]
Message-ID: <20090823173828.GA5516@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <s5hvdkeiho6.wl%tiwai@suse.de>

On Sun, Aug 23, 2009 at 07:06:17PM +0200, Takashi Iwai wrote:

> Hm, this causes merge errors regarding wm97xx battery driver.

Causes merge errors with which tree?  It's a straight fast forward
aginst topic/asoc.

> Also, when I merge with 2.6.31-rc7, it gives more merge errors in
> arch code.

> Do they depend on other tree changes like linux-arm?

I suspect they're at most only textual.  In any case, this is all
causing far too much trouble so I've just dropped all of the patches
that are causing issues.

Marek, I suggest that you submit the patch to use IRQs against the power
tree.  I also suggest that you submit a version of the battery platform
data changes against the power tree which avoids making the platforms
instabuggy then when that's applied submit changes to Eric to use the
new platform data, making it clear that the machine changes will need to
wait for both power and ALSA trees to be merged during the merge window.
This is the approach that's been suggested previously - it makes life
much easier if changes go through the relevant trees.

The following changes since commit a0a499c5792b8656cd51e11d5e0db9fb21640f58:
  Eduardo Valentin (1):
        ASoC: OMAP: Use DMA operating mode of McBSP

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.32

Ben Dooks (4):
      ASoC: S3C24XX: Add audio core and tlv320aic23 for Simtec boards
      ASoC: tlv320aic3x: Change to use device model
      ASoC: tlv320aic3x: fixup board device changes
      ASoC: S3C24XX: Support for Simtec Hermes boards

Kuninori Morimoto (2):
      ASoC: Add ak4642/ak4643 codec support
      ASoC: Add FSI-AK4642 sound support for SuperH

Marek Vasut (1):
      ASoC: Pass correct platform data from pxa2xx-ac97

Mark Brown (1):
      ASoC: Add DAPM widget power decision debugfs files

Roel Kluin (1):
      ASoC: free socdev if init_card() fails in wm9705_soc_probe()

 arch/arm/plat-s3c/include/plat/audio-simtec.h  |   37 ++
 include/sound/soc-dapm.h                       |    1 +
 include/sound/soc.h                            |    1 +
 sound/arm/pxa2xx-ac97.c                        |    4 +-
 sound/soc/codecs/Kconfig                       |    4 +
 sound/soc/codecs/Makefile                      |    2 +
 sound/soc/codecs/ak4642.c                      |  502 ++++++++++++++++++++++++
 sound/soc/codecs/ak4642.h                      |   20 +
 sound/soc/codecs/tlv320aic3x.c                 |  221 ++++++-----
 sound/soc/codecs/tlv320aic3x.h                 |    2 -
 sound/soc/codecs/wm9705.c                      |    2 +-
 sound/soc/davinci/davinci-evm.c                |   12 +-
 sound/soc/omap/n810.c                          |   12 +-
 sound/soc/pxa/pxa2xx-ac97.c                    |    4 +-
 sound/soc/s3c24xx/Kconfig                      |   19 +
 sound/soc/s3c24xx/Makefile                     |    7 +
 sound/soc/s3c24xx/s3c24xx_simtec.c             |  394 +++++++++++++++++++
 sound/soc/s3c24xx/s3c24xx_simtec.h             |   22 +
 sound/soc/s3c24xx/s3c24xx_simtec_hermes.c      |  153 +++++++
 sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c |  137 +++++++
 sound/soc/s6000/s6105-ipcam.c                  |   12 +-
 sound/soc/sh/Kconfig                           |    8 +
 sound/soc/sh/Makefile                          |    2 +
 sound/soc/sh/fsi-ak4642.c                      |  107 +++++
 sound/soc/soc-core.c                           |    8 +
 sound/soc/soc-dapm.c                           |   86 ++++
 26 files changed, 1661 insertions(+), 118 deletions(-)
 create mode 100644 arch/arm/plat-s3c/include/plat/audio-simtec.h
 create mode 100644 sound/soc/codecs/ak4642.c
 create mode 100644 sound/soc/codecs/ak4642.h
 create mode 100644 sound/soc/s3c24xx/s3c24xx_simtec.c
 create mode 100644 sound/soc/s3c24xx/s3c24xx_simtec.h
 create mode 100644 sound/soc/s3c24xx/s3c24xx_simtec_hermes.c
 create mode 100644 sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
 create mode 100644 sound/soc/sh/fsi-ak4642.c

  reply	other threads:[~2009-08-23 20:26 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23 10:16 ASoC updates for 2.6.32 Mark Brown
2009-08-23 17:06 ` Takashi Iwai
2009-08-23 17:38   ` Mark Brown [this message]
2009-08-28  0:29     ` Marek Vasut
2009-08-28 13:49       ` Mark Brown
2009-08-29 19:03         ` Marek Vasut
2009-08-30  9:47           ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2009-11-18 14:30 Mark Brown
2009-11-18 17:09 ` Takashi Iwai
2009-11-06 13:26 Mark Brown
2009-11-06 13:53 ` Takashi Iwai
2009-11-06 14:23   ` Mark Brown
2009-11-06 14:37     ` Takashi Iwai
2009-11-06 15:06       ` Mark Brown
2009-11-06 15:14         ` Takashi Iwai
2009-10-30 10:47 Mark Brown
2009-10-08  9:45 Mark Brown
2009-10-08  9:52 ` Takashi Iwai
2009-10-05  9:35 Mark Brown
2009-10-01 15:08 Mark Brown
2009-10-01 15:33 ` Takashi Iwai
2009-10-02  6:22 ` Peter Ujfalusi
2009-10-02 10:05   ` Mark Brown
2009-09-23 17:48 Mark Brown
2009-09-24  7:44 ` Takashi Iwai
2009-09-22 18:00 Mark Brown
2009-09-22 20:15 ` Takashi Iwai
2009-09-19  8:07 Mark Brown
2009-09-20 16:21 ` Takashi Iwai
2009-09-16 20:15 Mark Brown
2009-09-17 16:32 ` Takashi Iwai
2009-09-07 18:06 Mark Brown
2009-09-08  6:40 ` Takashi Iwai
2009-09-04 21:03 Mark Brown
2009-09-05  8:28 ` Takashi Iwai
2009-09-01 12:52 Mark Brown
2009-09-01 14:18 ` Takashi Iwai
2009-08-26 18:15 Mark Brown
2009-08-26 19:23 ` Takashi Iwai
2009-08-28  9:48 ` Mark Brown
2009-08-28 17:04   ` Takashi Iwai
2009-08-28 18:00     ` Mark Brown
2009-08-28 19:43       ` Takashi Iwai
2009-08-25 10:09 Mark Brown
2009-08-25 10:15 ` Takashi Iwai
2009-08-20 20:10 Mark Brown
2009-08-20 23:31 ` Takashi Iwai
2009-08-19 15:20 Mark Brown
2009-08-19 15:34 ` Takashi Iwai
2009-08-18  8:57 Mark Brown
2009-08-18 10:21 ` Takashi Iwai
2009-08-11 16:31 Mark Brown
2009-08-11 20:48 ` Takashi Iwai
2009-08-10 12:13 Mark Brown
2009-08-10 12:19 ` Takashi Iwai
2009-08-07 11:08 Mark Brown
2009-08-07 11:30 ` Takashi Iwai
2009-07-31 21:58 Mark Brown
2009-08-03  6:49 ` Takashi Iwai
2009-07-28 21:43 Mark Brown
2009-07-29  6:55 ` Takashi Iwai
2009-07-24 14:33 Mark Brown
2009-07-24 14:59 ` Takashi Iwai
2009-07-16 12:06 Mark Brown
2009-07-16 13:26 ` Takashi Iwai
2009-07-15 10:25 Mark Brown
2009-07-15 12:00 ` Takashi Iwai
2009-07-10 19:25 ASoC updates for 2.6.31 Mark Brown
2009-07-13 22:28 ` ASoC updates for 2.6.32 Mark Brown
2009-07-08 16:38 Mark Brown
2009-07-09  7:35 ` Takashi Iwai
2009-07-06 21:42 Mark Brown
2009-07-01 20:45 ASoC updates for 2.6.31 Mark Brown
2009-07-01 20:59 ` ASoC updates for 2.6.32 Mark Brown
2009-07-02  8:56   ` Takashi Iwai
2009-06-25 13:11 Mark Brown
2009-06-25 10:21 Mark Brown
2009-06-25 10:36 ` Takashi Iwai
2009-06-25 11:01   ` Mark Brown
2009-06-25 12:16     ` Takashi Iwai
2009-06-25 12:49       ` Mark Brown
2009-06-25 12:51         ` 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=20090823173828.GA5516@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=marek.vasut@gmail.com \
    --cc=tiwai@suse.de \
    /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