Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.36
Date: Mon, 7 Jun 2010 14:41:58 +0100	[thread overview]
Message-ID: <20100607134158.GG13287@rakim.wolfsonmicro.main> (raw)

The following changes since commit 1fab79b8a1bf0d46a7c7e6a1c06dbed1803f403c:

  Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-05-31 18:13:20 +0200)

are available in the git repository at:

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

Eric Bénard (2):
      ASoC: imx-ssi.c: add new choices to platform configuration
      ASoC: imx: add eukrea-tlv320

Mark Brown (1):
      Merge branch 'for-2.6.35' into for-2.6.36

Ryan Mallon (1):
      ASoC: ep93xx i2s audio driver

Sascha Hauer (2):
      ASoC: Add missing Kconfig entry for Phytec boards
      ASoC: MX31ads sound support should depend on MACH_MX31ADS_WM1133_EV1

Wan ZongShun (10):
      ASoC: nuc900: patch for SUBSTREAM_TYPE', 'PCM_TX' and 'PCM_RX' removal
      ASoC: nuc900: fix a wait loop bug
      ASoC: nuc900: fix a typo and rename the header file
      ASoC: nuc900: patch for modifing the ac97 delays to minimum
      ASoC: s6000: use resource_size for {request/release}_mem_region and ioremap
      ASoC: use resource_size for au1x
      ASoC: atmel: patch for the unnecessary variable removal
      ASoC: s3c: patch for the unnecessary variable 'state' removal
      ASoC: atmel: trivial code cleanup
      ASoC: patch for the useless 'break' removal in kirkwood

 arch/arm/plat-mxc/include/mach/ssi.h               |    3 +
 sound/soc/Kconfig                                  |    1 +
 sound/soc/Makefile                                 |    1 +
 sound/soc/atmel/atmel-pcm.c                        |    1 -
 sound/soc/atmel/atmel_ssc_dai.c                    |    1 -
 sound/soc/au1x/psc-ac97.c                          |   13 +-
 sound/soc/au1x/psc-i2s.c                           |   13 +-
 sound/soc/au1x/psc.h                               |    1 -
 sound/soc/ep93xx/Kconfig                           |    9 +
 sound/soc/ep93xx/Makefile                          |    8 +
 sound/soc/ep93xx/ep93xx-i2s.c                      |  487 ++++++++++++++++++++
 sound/soc/ep93xx/ep93xx-i2s.h                      |   18 +
 sound/soc/ep93xx/ep93xx-pcm.c                      |  319 +++++++++++++
 sound/soc/ep93xx/ep93xx-pcm.h                      |   22 +
 sound/soc/imx/Kconfig                              |   20 +-
 sound/soc/imx/Makefile                             |    2 +
 sound/soc/imx/eukrea-tlv320.c                      |  135 ++++++
 sound/soc/imx/imx-ssi.c                            |   11 +-
 sound/soc/kirkwood/kirkwood-i2s.c                  |    1 -
 sound/soc/nuc900/nuc900-ac97.c                     |   32 +-
 .../soc/nuc900/{nuc900-auido.h => nuc900-audio.h}  |    4 -
 sound/soc/nuc900/nuc900-pcm.c                      |   18 +-
 sound/soc/s3c24xx/s3c-ac97.c                       |    1 -
 sound/soc/s6000/s6000-i2s.c                        |   38 +-
 24 files changed, 1080 insertions(+), 79 deletions(-)
 create mode 100644 sound/soc/ep93xx/Kconfig
 create mode 100644 sound/soc/ep93xx/Makefile
 create mode 100644 sound/soc/ep93xx/ep93xx-i2s.c
 create mode 100644 sound/soc/ep93xx/ep93xx-i2s.h
 create mode 100644 sound/soc/ep93xx/ep93xx-pcm.c
 create mode 100644 sound/soc/ep93xx/ep93xx-pcm.h
 create mode 100644 sound/soc/imx/eukrea-tlv320.c
 rename sound/soc/nuc900/{nuc900-auido.h => nuc900-audio.h} (95%)

             reply	other threads:[~2010-06-07 13:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-07 13:41 Mark Brown [this message]
2010-06-07 16:42 ` ASoC updates for 2.6.36 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2010-10-07 21:16 Mark Brown
2010-10-11 11:59 ` Takashi Iwai
2010-08-13 14:49 Mark Brown
2010-08-13 16:12 ` Takashi Iwai
2010-08-10 14:52 Mark Brown
2010-08-10 14:56 ` Takashi Iwai
2010-08-03  9:09 Mark Brown
2010-08-03  9:55 ` Takashi Iwai
2010-07-29 17:55 Mark Brown
2010-07-29 18:06 ` Takashi Iwai
2010-07-20 12:43 Mark Brown
2010-07-20 14:39 ` Takashi Iwai
2010-07-08 23:56 Mark Brown
2010-07-09  8:11 ` Takashi Iwai
2010-07-06  0:21 Mark Brown
2010-07-06  6:23 ` Takashi Iwai
2010-07-01 18:43 Mark Brown
2010-07-04  9:23 ` Mark Brown
2010-07-05  7:00   ` Takashi Iwai
2010-06-22 23:27 Mark Brown
2010-06-23  7:46 ` Takashi Iwai
2010-06-16 14:23 Mark Brown
2010-06-16 16:06 ` Mark Brown
2010-06-16 17:31   ` Takashi Iwai
2010-06-15 11:34 Mark Brown
2010-06-15 13:05 ` Takashi Iwai
2010-05-31 13:03 Mark Brown
2010-05-31 16:15 ` 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=20100607134158.GG13287@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@slimlogic.co.uk \
    --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