All of 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.34
Date: Fri, 18 Dec 2009 13:59:00 +0000	[thread overview]
Message-ID: <20091218135900.GB9630@rakim.wolfsonmicro.main> (raw)

The following changes since commit bc2580061e42c323d7777029f01318f395edac0d:
  Julia Lawall (1):
        ASoC: Correct code taking the size of a pointer

are available in the git repository at:

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

Nothing terribly exciting here, almost all of it is a bunch of new
drivers.

Chaithrika U S (1):
      ASoC: DaVinci: Update suspend/resume support for McASP driver

Daniel Mack (1):
      ASoC: Add regulator support to CS4270 codec driver

Guennadi Liakhovetski (1):
      ASoC: wm8974: fix a wrong bit definition

Ilkka Koskinen (2):
      ASoC: tlv320dac33: Add support for regulator framework
      ASoC: tpa6130a2: Add support for regulator framework

Jassi Brar (2):
      ASoC: S3C64XX: Remove unnecessary header includes
      ASoC: S3C64XX: Compress and generalize the CPU driver

Jon Smirl (1):
      ASoC: Fix disable of SPDIF on STAC9766 codec

Kuninori Morimoto (4):
      ASoC: sh_fsi: avoid using global variable
      ASoC: ak4642: Add default return value in ak4642_modinit
      ASoC: Add DA7210 codec device support for ALSA
      ASoC: Add FSI-DA7210 sound support for SuperH

Mark Brown (12):
      Merge branch 'for-2.6.33' into for-2.6.34
      ASoC: Export snd_soc_update_bits_unlocked()
      ASoC: Display the power register in DAPM widget debugfs
      ASoC: Initial WM8904 CODEC driver
      ASoC: Push registers out of mixer power decision
      ASoC: Sort DAPM sequences by CODEC as well
      ASoC: Register the CODEC in WM8727
      ASoC: Fix sorting of codecs Makefile entries
      ASoC: Fix build of DA7210
      ASoC: Add initial WM8955 CODEC driver
      ASoC: Set AIF word length for WM8904
      Merge branch 'for-2.6.33' into for-2.6.34

Peter Meerwald (1):
      ASoC: PLL computation in TLV320AIC3x SoC driver

 include/sound/soc.h               |    3 +
 include/sound/wm8904.h            |   57 +
 include/sound/wm8955.h            |   26 +
 sound/soc/codecs/Kconfig          |   12 +
 sound/soc/codecs/Makefile         |   10 +-
 sound/soc/codecs/ak4642.c         |    2 +-
 sound/soc/codecs/cs4270.c         |   43 +-
 sound/soc/codecs/da7210.c         |  589 +++++++++
 sound/soc/codecs/da7210.h         |   24 +
 sound/soc/codecs/stac9766.c       |   18 +-
 sound/soc/codecs/tlv320aic3x.c    |   75 +-
 sound/soc/codecs/tlv320dac33.c    |   92 ++-
 sound/soc/codecs/tpa6130a2.c      |   87 +-
 sound/soc/codecs/wm8727.c         |   66 +-
 sound/soc/codecs/wm8904.c         | 2555 +++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8904.h         | 1681 ++++++++++++++++++++++++
 sound/soc/codecs/wm8955.c         | 1151 +++++++++++++++++
 sound/soc/codecs/wm8955.h         |  489 +++++++
 sound/soc/codecs/wm8974.c         |    2 +-
 sound/soc/davinci/davinci-mcasp.c |   18 +-
 sound/soc/davinci/davinci-mcasp.h |    1 +
 sound/soc/davinci/davinci-pcm.c   |    2 +-
 sound/soc/s3c24xx/s3c64xx-i2s.c   |  120 +--
 sound/soc/sh/Kconfig              |    8 +
 sound/soc/sh/Makefile             |    2 +
 sound/soc/sh/fsi-da7210.c         |   83 ++
 sound/soc/sh/fsi.c                |  115 +-
 sound/soc/soc-core.c              |    7 +-
 sound/soc/soc-dapm.c              |   37 +-
 29 files changed, 7127 insertions(+), 248 deletions(-)
 create mode 100644 include/sound/wm8904.h
 create mode 100644 include/sound/wm8955.h
 create mode 100644 sound/soc/codecs/da7210.c
 create mode 100644 sound/soc/codecs/da7210.h
 create mode 100644 sound/soc/codecs/wm8904.c
 create mode 100644 sound/soc/codecs/wm8904.h
 create mode 100644 sound/soc/codecs/wm8955.c
 create mode 100644 sound/soc/codecs/wm8955.h
 create mode 100644 sound/soc/sh/fsi-da7210.c

             reply	other threads:[~2009-12-18 13:59 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-18 13:59 Mark Brown [this message]
2009-12-18 14:18 ` ASoC updates for 2.6.34 Takashi Iwai
2009-12-18 14:32   ` Mark Brown
2009-12-18 14:35     ` Takashi Iwai
2010-01-12 13:20 Mark Brown
2010-01-12 13:27 ` Takashi Iwai
2010-01-12 13:35   ` Takashi Iwai
2010-01-12 13:40     ` Takashi Iwai
2010-01-12 13:42       ` Mark Brown
2010-01-12 13:45         ` Takashi Iwai
2010-01-12 14:08     ` Mark Brown
2010-01-12 14:14       ` Takashi Iwai
2010-01-12 14:19         ` Mark Brown
2010-01-12 14:21           ` Takashi Iwai
2010-01-25  8:21       ` Barry Song
2010-01-12 13:48   ` Takashi Iwai
2010-01-12 14:09     ` Mark Brown
2010-01-12 14:12       ` Peter Ujfalusi
2010-01-12 14:14         ` Mark Brown
2010-01-12 14:25           ` Peter Ujfalusi
2010-01-12 14:19       ` Takashi Iwai
2010-01-12 14:37         ` Mark Brown
2010-01-12 14:41           ` Takashi Iwai
2010-01-12 14:50             ` Mark Brown
2010-01-17 17:24 Mark Brown
2010-01-18  7:14 ` Takashi Iwai
2010-01-21 12:42 Mark Brown
2010-01-21 13:30 ` Takashi Iwai
2010-01-25 18:47 Mark Brown
2010-01-26  7:14 ` Takashi Iwai
2010-01-27 23:16 Mark Brown
2010-01-27 23:30 ` Takashi Iwai
2010-01-28 15:51 Mark Brown
2010-01-28 16:17 ` Takashi Iwai
2010-02-01 19:00 Mark Brown
2010-02-01 23:27 ` Takashi Iwai
2010-02-02 13:51 Mark Brown
2010-02-02 14:37 ` Takashi Iwai
2010-02-04 12:40 Mark Brown
2010-02-04 13:22 ` Takashi Iwai
2010-02-05 17:21 Mark Brown
2010-02-05 19:24 ` Takashi Iwai
2010-02-10 11:35 Mark Brown
2010-02-10 19:40 ` Takashi Iwai
2010-02-12 16:27 Mark Brown
2010-02-16 19:20 Mark Brown
2010-02-16 20:01 ` Takashi Iwai
2010-02-17 16:29 Mark Brown
2010-02-17 20:34 ` Takashi Iwai
2010-02-23 19:48 Mark Brown
2010-02-23 20:01 ` Takashi Iwai
2010-02-25 16:10 Mark Brown
2010-02-25 16:37 ` Takashi Iwai
2010-02-25 17:44   ` Mark Brown
2010-02-25 18:45     ` Takashi Iwai
2010-03-03 20:14 Mark Brown
2010-03-03 21:51 ` Takashi Iwai
2010-03-19 14:31 Mark Brown
2010-03-19 20:34 ` Takashi Iwai
2010-03-22 16:46 Mark Brown
2010-03-22 17:11 ` Takashi Iwai
2010-03-29 20:10 Mark Brown
2010-03-30  6:08 ` Takashi Iwai
2010-04-05 18:38 Mark Brown
2010-04-05 19:29 ` Takashi Iwai
2010-04-12 11:31 ` Daniel Mack
2010-04-13  8:34   ` Mark Brown
2010-04-08 15:11 Mark Brown
2010-04-08 15:55 ` Mark Brown
2010-04-13  8:20   ` Takashi Iwai
2010-04-13  8:29     ` Mark Brown
2010-04-13 14:38       ` Sascha Hauer
2010-04-12 15:33 Mark Brown
2010-04-16  2:23 Mark Brown
2010-04-16  8:06 ` 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=20091218135900.GB9630@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.