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/6] ASoC updates
Date: Mon, 15 Sep 2008 14:24:19 +0100	[thread overview]
Message-ID: <20080915132418.GA23825@rakim.wolfsonmicro.main> (raw)

The following changes since commit 3e3b5651631629482e0e1541f8c4298a435bb100:
  Mark Brown (1):
        ALSA: ASoC: Use codec digital mute when stopping playback

are available in the git repository at:

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

Alan Horstmann (1):
      ASoC: Fix WM8731 SPI write

Dmitry Baryshkov (4):
      ASoC: Support runtime selection of CPU in pxa2xx-i2s
      ALSA: Separate common pxa2xx-ac97 code
      ALSA: pxa2xx-ac97-lib: support building for several CPUs
      ALSA: Separate common pxa2xx-pcm code

Kenneth Kiraly (1):
      ASoC: Add WM8971 CODEC driver

 include/sound/pxa2xx-lib.h  |   45 ++
 sound/arm/Kconfig           |    9 +
 sound/arm/Makefile          |    4 +
 sound/arm/pxa2xx-ac97-lib.c |  384 ++++++++++++++++++
 sound/arm/pxa2xx-ac97.c     |  247 +-----------
 sound/arm/pxa2xx-pcm-lib.c  |  278 +++++++++++++
 sound/arm/pxa2xx-pcm.c      |  252 +-----------
 sound/arm/pxa2xx-pcm.h      |   13 +-
 sound/soc/codecs/Kconfig    |    4 +
 sound/soc/codecs/Makefile   |    2 +
 sound/soc/codecs/wm8731.c   |    5 +-
 sound/soc/codecs/wm8971.c   |  942 +++++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8971.h   |   64 +++
 sound/soc/pxa/Kconfig       |    3 +
 sound/soc/pxa/pxa2xx-ac97.c |  272 +------------
 sound/soc/pxa/pxa2xx-i2s.c  |   20 +-
 sound/soc/pxa/pxa2xx-pcm.c  |  261 +------------
 sound/soc/pxa/pxa2xx-pcm.h  |   15 -
 18 files changed, 1802 insertions(+), 1018 deletions(-)
 create mode 100644 include/sound/pxa2xx-lib.h
 create mode 100644 sound/arm/pxa2xx-ac97-lib.c
 create mode 100644 sound/arm/pxa2xx-pcm-lib.c
 create mode 100644 sound/soc/codecs/wm8971.c
 create mode 100644 sound/soc/codecs/wm8971.h

             reply	other threads:[~2008-09-15 13:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-15 13:24 Mark Brown [this message]
2008-09-15 13:25 ` [PATCH 1/6] ASoC: Fix WM8731 SPI write Mark Brown
2008-09-15 13:25   ` [PATCH 2/6] ASoC: Add WM8971 CODEC driver Mark Brown
2008-09-15 13:25     ` [PATCH 3/6] ASoC: Support runtime selection of CPU in pxa2xx-i2s Mark Brown
2008-09-15 13:25       ` [PATCH 4/6] ALSA: Separate common pxa2xx-ac97 code Mark Brown
2008-09-15 13:25         ` [PATCH 5/6] ALSA: pxa2xx-ac97-lib: support building for several CPUs Mark Brown
2008-09-15 13:25           ` [PATCH 6/6] ALSA: Separate common pxa2xx-pcm code Mark Brown
2008-09-15 18:12 ` [PATCH 0/6] ASoC updates Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2008-11-19 13:34 Mark Brown
2008-11-19 13:48 ` 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=20080915132418.GA23825@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.