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 Blackfin and API updates
Date: Mon, 29 Sep 2008 14:39:51 +0100	[thread overview]
Message-ID: <20080929133951.GA20161@rakim.wolfsonmicro.main> (raw)

The following changes since commit ad7f41b60efde140df0f929e8d408ebe2e59cb0e:
  Jean Delvare (1):
        ALSA: Drop Vladimir Barinov's e-mail address

adding the Blackfin updates Brian posted over the weekend plus some more
usage of snd_soc_dapm_nc_pin() are available in the git repository at:

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

Cliff Cai (4):
      ASoC codec: AD73311 audio codec driver
      ASoC Blackfin: add I2S DAI support for AD73311
      ASoC Blackfin: add asoc ad73311 driver supporting in Blackfin boards
      ASoC Blackfin: fix bug - Audio Latency on AD1981 with MMAP enabled

Mark Brown (2):
      ASoC: Use snd_soc_dapm_nc_pin() in Zaurus machine drivers
      ASoC: Use snd_soc_dapm_nc_pin() in N810 machine driver

 sound/soc/blackfin/Kconfig          |   16 +++
 sound/soc/blackfin/Makefile         |    3 +-
 sound/soc/blackfin/bf5xx-ac97-pcm.c |   42 +++++-
 sound/soc/blackfin/bf5xx-ac97.c     |    1 -
 sound/soc/blackfin/bf5xx-ad73311.c  |  240 +++++++++++++++++++++++++++++++++++
 sound/soc/blackfin/bf5xx-i2s.c      |   47 +++++--
 sound/soc/blackfin/bf5xx-sport.h    |    2 +
 sound/soc/codecs/Kconfig            |    4 +
 sound/soc/codecs/Makefile           |    2 +
 sound/soc/codecs/ad73311.c          |  107 ++++++++++++++++
 sound/soc/codecs/ad73311.h          |   90 +++++++++++++
 sound/soc/omap/n810.c               |    6 +-
 sound/soc/pxa/corgi.c               |    4 +-
 sound/soc/pxa/poodle.c              |    4 +-
 sound/soc/pxa/spitz.c               |   14 +-
 sound/soc/pxa/tosa.c                |    4 +-
 16 files changed, 547 insertions(+), 39 deletions(-)
 create mode 100644 sound/soc/blackfin/bf5xx-ad73311.c
 create mode 100644 sound/soc/codecs/ad73311.c
 create mode 100644 sound/soc/codecs/ad73311.h

             reply	other threads:[~2008-09-29 13:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-29 13:39 Mark Brown [this message]
2008-09-29 13:44 ` [PATCH 1/6] ASoC codec: AD73311 audio codec driver Mark Brown
2008-09-29 13:44   ` [PATCH 2/6] ASoC Blackfin: add I2S DAI support for AD73311 Mark Brown
2008-09-29 13:44     ` [PATCH 3/6] ASoC Blackfin: add asoc ad73311 driver supporting in Blackfin boards Mark Brown
2008-09-29 13:44       ` [PATCH 4/6] ASoC Blackfin: fix bug - Audio Latency on AD1981 with MMAP enabled Mark Brown
2008-09-29 13:44         ` [PATCH 5/6] ASoC: Use snd_soc_dapm_nc_pin() in Zaurus machine drivers Mark Brown
2008-09-29 13:44           ` [PATCH 6/6] ASoC: Use snd_soc_dapm_nc_pin() in N810 machine driver Mark Brown
2008-09-29 14:14         ` [PATCH 4/6] ASoC Blackfin: fix bug - Audio Latency on AD1981 with MMAP enabled Takashi Iwai
2008-09-29 14:05 ` [PATCH 0/6] ASoC Blackfin and API 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=20080929133951.GA20161@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.