alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.rog, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.35
Date: Fri, 7 May 2010 17:46:11 +0100	[thread overview]
Message-ID: <20100507164611.GF25793@rakim.wolfsonmicro.main> (raw)

The following changes since commit aeb29a82de7c80d4d0253b042f17eb1f725b08f1:
  Takashi Iwai (1):
        Merge branch 'for-2.6.35' of git://git.kernel.org/.../lrg/asoc-2.6 into topic/asoc

are available in the git repository at:

  git://opensource.wolfsonmicro.com/linux-2.6-asoc for-2.6.35

Note the change in git server - master.kernel.org appears to be having
issues at the minute.

Jassi Brar (12):
      ASoC: S3C: I2Sv2: Move defines closer to driver
      ASoC: SAMSUNG: I2S: Add bit definitions
      ASoC: S3C2412: I2S: Debug IMS field
      ASoC: S3C2412: I2S: Return correct source clock
      ASoC: S3C: I2Sv2: Discard redundant field iis_clk
      ASoC: S3C: I2Sv2: Unify i2s_get_clock callback
      ASoC: S3C64XX: I2S: Use s3c2412 defines
      ASoC: S3C: I2Sv2: New field for controller feature
      ASoC: S3C: I2S: Move set_sysclk to common code
      ARM: S3C2412: DMA: Remove I2S FIFO address
      ASoC: S3C64XX: IISv4: Add CPU driver
      ASoC: SMDK64XX: Switch to IISv4 CPU driver

Mark Brown (2):
      ASoC: Add debug output tracing all cache register writes
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.35

Peter Ujfalusi (3):
      ASoC: core: Support for limiting the volume
      Revert "ASoC: tpa6130a2: Support for limiting gain"
      ASoC: tpa6130a2: Fix for the custom kcontrol functions

 arch/arm/mach-s3c2412/dma.c                        |    3 -
 .../plat-samsung/include/plat/regs-s3c2412-iis.h   |   82 --------
 include/sound/soc.h                                |    2 +
 include/sound/tpa6130a2-plat.h                     |    1 -
 sound/soc/codecs/tpa6130a2.c                       |   90 ++-------
 sound/soc/s3c24xx/Kconfig                          |   12 +-
 sound/soc/s3c24xx/Makefile                         |    2 +
 sound/soc/s3c24xx/jive_wm8750.c                    |    2 +-
 sound/soc/s3c24xx/regs-i2s-v2.h                    |  115 +++++++++++
 sound/soc/s3c24xx/s3c-i2s-v2.c                     |   87 ++++++---
 sound/soc/s3c24xx/s3c-i2s-v2.h                     |   11 +-
 sound/soc/s3c24xx/s3c2412-i2s.c                    |   41 +----
 sound/soc/s3c24xx/s3c2412-i2s.h                    |    2 -
 sound/soc/s3c24xx/s3c64xx-i2s-v4.c                 |  209 ++++++++++++++++++++
 sound/soc/s3c24xx/s3c64xx-i2s.c                    |   57 +-----
 sound/soc/s3c24xx/s3c64xx-i2s.h                    |    3 +-
 sound/soc/s3c24xx/smdk64xx_wm8580.c                |    6 +-
 sound/soc/soc-cache.c                              |   12 ++
 sound/soc/soc-core.c                               |   39 ++++
 19 files changed, 484 insertions(+), 292 deletions(-)
 delete mode 100644 arch/arm/plat-samsung/include/plat/regs-s3c2412-iis.h
 create mode 100644 sound/soc/s3c24xx/regs-i2s-v2.h
 create mode 100644 sound/soc/s3c24xx/s3c64xx-i2s-v4.c

             reply	other threads:[~2010-05-07 16:47 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07 16:46 Mark Brown [this message]
2010-05-08  9:45 ` ASoC updates for 2.6.35 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2010-07-13 11:43 Mark Brown
2010-07-13 15:09 ` Takashi Iwai
2010-06-02 10:46 Mark Brown
2010-06-02 12:20 ` Takashi Iwai
2010-05-26 15:50 Mark Brown
2010-05-27  8:09 ` Takashi Iwai
2010-05-11 13:38 Mark Brown
2010-05-11 13:47 ` Takashi Iwai
2010-05-10 17:15 Mark Brown
2010-05-11  8:00 ` Takashi Iwai
2010-04-30 15:35 Mark Brown
2010-05-05  8:04 ` Takashi Iwai
2010-04-26 15:16 Mark Brown
2010-04-26 15:35 ` Takashi Iwai
2010-04-22  0:16 Mark Brown
2010-04-22  7:13 ` Takashi Iwai
2010-04-20  0:58 Mark Brown
2010-04-20  6:32 ` Takashi Iwai
2010-04-20 16:36   ` Mark Brown
2010-04-13  8:53 Mark Brown
2010-04-13 10:03 ` Takashi Iwai
2010-04-05 18:44 Mark Brown
2010-04-05 19:29 ` Takashi Iwai
2010-03-29 20:13 Mark Brown
2010-03-30  6:08 ` Takashi Iwai
2010-03-23 15:52 Mark Brown
2010-03-23 16:31 ` Takashi Iwai
2010-03-22 21:23 Mark Brown
2010-03-23  7:02 ` Takashi Iwai
2010-03-19 15:30 Mark Brown
2010-03-19 20:35 ` Takashi Iwai
2010-03-18 15:57 Mark Brown
2010-03-18 16:46 ` Takashi Iwai
2010-03-17 14:26 Mark Brown
2010-03-17 14:31 ` Takashi Iwai
2010-03-16 16:15 Mark Brown
2010-03-16 17:34 ` Takashi Iwai
2010-03-17 13:42 ` Takashi Iwai
2010-03-17 13:44   ` Mark Brown
2010-03-17 13:46     ` Takashi Iwai
2010-03-12 18:08 Mark Brown
2010-03-13 16:11 ` Takashi Iwai
2010-03-10 15:35 Mark Brown
2010-03-10 19:05 ` 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=20100507164611.GF25793@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.rog \
    --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;
as well as URLs for NNTP newsgroup(s).