All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC Blackfin and API updates
@ 2008-09-29 13:39 Mark Brown
  2008-09-29 13:44 ` [PATCH 1/6] ASoC codec: AD73311 audio codec driver Mark Brown
  2008-09-29 14:05 ` [PATCH 0/6] ASoC Blackfin and API updates Takashi Iwai
  0 siblings, 2 replies; 9+ messages in thread
From: Mark Brown @ 2008-09-29 13:39 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-09-29 14:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 13:39 [PATCH 0/6] ASoC Blackfin and API updates Mark Brown
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

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.