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
Subject: [PATCH 0/17] ASoC updates
Date: Tue, 18 Nov 2008 12:37:35 +0000	[thread overview]
Message-ID: <20081118123735.GA2747@rakim.wolfsonmicro.main> (raw)

The following changes since commit 71cfc9028d762419ce4dea62b4afc9c32c4b4820:
  Mark Brown (1):
        ASoC: Add WM8728 codec driver

are available in the git repository at:

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

Bryan Wu (1):
      ASoC: Blackfin: Simplify the MMAP_SUPPORT macros protected code

Christian Pellegrin (2):
      ASoC: UDA134x codec driver
      ASoC: Machine driver for for s3c24xx with uda134x

Cliff Cai (3):
      ASoC: AD1980 codec: add multi-channel function support
      ASoC: Blackfin: add multi-channel function support
      ASoC: Blackfin: Fix AD1980/1 build with MMAP support disabled

Mark Brown (5):
      ASoC: Allow writes to uncached registers in WM8990
      ASoC: Enable WM8990 ADC clocking workaround
      ASoC: Manage VMID mode for WM8990
      ASoC: Build tlv320aic23 cleanly
      ASoC: Move uda134x_codec.h to uda134x.h

Michael Hennerich (1):
      ASoC: Fix Blackfin AC97 DAI probe function return code

Mike Frysinger (3):
      ASoC: Blackfin: updates Kconfig for SPORT
      ASoC: Blackfin: do not force TWI bus for ssm2602 codec
      ASoC: Blackfin: always set a default value for that GPIO range

Naresh Medisetty (1):
      ASoC: DaVinci: Fix audio stall when doing full duplex

Peter Ujfalusi (1):
      ASoC: Fix for master playback/capture volume range for TWL4030 codec

 include/sound/l3.h                  |   18 +
 include/sound/s3c24xx_uda134x.h     |   14 +
 include/sound/uda134x.h             |   26 ++
 sound/soc/blackfin/Kconfig          |   18 +-
 sound/soc/blackfin/bf5xx-ac97-pcm.c |  101 +++---
 sound/soc/blackfin/bf5xx-ac97.c     |  158 +++++----
 sound/soc/blackfin/bf5xx-ac97.h     |   35 ++-
 sound/soc/blackfin/bf5xx-sport.h    |    2 +-
 sound/soc/codecs/Kconfig            |    8 +
 sound/soc/codecs/Makefile           |    4 +
 sound/soc/codecs/ad1980.c           |   19 +-
 sound/soc/codecs/l3.c               |   91 +++++
 sound/soc/codecs/tlv320aic23.c      |   13 +-
 sound/soc/codecs/twl4030.c          |    4 +-
 sound/soc/codecs/uda134x.c          |  656 +++++++++++++++++++++++++++++++++++
 sound/soc/codecs/uda134x.h          |   36 ++
 sound/soc/codecs/wm8990.c           |   23 +-
 sound/soc/codecs/wm8990.h           |    4 +-
 sound/soc/davinci/davinci-i2s.c     |   31 +-
 sound/soc/s3c24xx/Kconfig           |    5 +
 sound/soc/s3c24xx/Makefile          |    2 +
 sound/soc/s3c24xx/s3c24xx_uda134x.c |  374 ++++++++++++++++++++
 22 files changed, 1488 insertions(+), 154 deletions(-)
 create mode 100644 include/sound/l3.h
 create mode 100644 include/sound/s3c24xx_uda134x.h
 create mode 100644 include/sound/uda134x.h
 create mode 100644 sound/soc/codecs/l3.c
 create mode 100644 sound/soc/codecs/uda134x.c
 create mode 100644 sound/soc/codecs/uda134x.h
 create mode 100644 sound/soc/s3c24xx/s3c24xx_uda134x.c

             reply	other threads:[~2008-11-18 12:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-18 12:37 Mark Brown [this message]
2008-11-18 12:56 ` [PATCH 0/17] ASoC updates 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=20081118123735.GA2747@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --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.