public inbox for alsa-devel@alsa-project.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: ASoC updates for 2.6.33
Date: Sat, 19 Sep 2009 09:11:57 +0100	[thread overview]
Message-ID: <20090919081156.GC4676@sirena.org.uk> (raw)

The following changes since commit cdc65fbe18aef15e92d2ebb410a189fbf956fb06:
  Manuel Lauss (1):
        ASoC: au1x: PSC-AC97 bugfixes

are available in the git repository at:

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

The only really big thing here is the addition of the AK4671 driver,
other than that it's minor tweaks.

Barry Song (4):
      ASoC: Provide API for reordering channels
      ASoC: use set_channel_map api to reorder channels for AD1938 and AD1836
      ASoC: fix typos in Blackfin headers
      ASoC: Blackfin I2S: add lost platform_device parameter to resume function

Chaithrika U S (1):
      ASoC: DaVinci: Fixes to McASP configuration

Cliff Cai (2):
      ASoC: Blackfin AC97: add a few missing multichannel define handling
      ASoC: Blackfin I2S: fix resuming when device hasn't been used

Huang Weiyi (1):
      ASoC: remove unused #include <linux/version.h>

Jassi (3):
      ASoC: S3C lrsync function made to work with IRQs disabled.
      ASoC: S3C I2S LRCLK polarity option.
      ASoC: Return correct codec clock in s3c64xx-i2s

Joonyoung Shim (2):
      ASoC: Factor out I2C 8 bit address 8 bit data I/O
      ASoC: AK4671: add ak4671 codec driver

Julia Lawall (1):
      ASoC: Clean up error handling in MPC5200 DMA setup

Mark Brown (5):
      ASoC: Add source argument to PLL configuration
      ASoC: Allow per-route connectedness checks for supplies
      ASoC: Fix display of stream name in DAPM debugfs
      ASoC: Add S3C64xx IIS CDCLK source selection
      Merge branch 'for-2.6.32' into for-2.6.33

Miguel Aguilar (1):
      ASoC: Davinci: Add audio codec support for DM365 EVM

Mike Frysinger (1):
      ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long

 arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h |    2 +
 include/sound/soc-dai.h                           |   13 +-
 include/sound/soc-dapm.h                          |    7 +
 sound/soc/atmel/playpaq_wm8510.c                  |    2 +-
 sound/soc/blackfin/bf5xx-ac97.c                   |    8 +
 sound/soc/blackfin/bf5xx-ac97.h                   |    2 +-
 sound/soc/blackfin/bf5xx-ad1836.c                 |    7 +
 sound/soc/blackfin/bf5xx-ad1938.c                 |    9 +-
 sound/soc/blackfin/bf5xx-i2s.c                    |   22 +-
 sound/soc/blackfin/bf5xx-i2s.h                    |    2 +-
 sound/soc/blackfin/bf5xx-sport.c                  |    2 +-
 sound/soc/blackfin/bf5xx-tdm-pcm.c                |    9 +-
 sound/soc/blackfin/bf5xx-tdm.c                    |   45 +-
 sound/soc/blackfin/bf5xx-tdm.h                    |   11 +
 sound/soc/codecs/Kconfig                          |    4 +
 sound/soc/codecs/Makefile                         |    2 +
 sound/soc/codecs/ad1836.c                         |    1 -
 sound/soc/codecs/ad1938.c                         |    1 -
 sound/soc/codecs/ak4671.c                         |  825 +++++++++++++++++++++
 sound/soc/codecs/ak4671.h                         |  156 ++++
 sound/soc/codecs/wm8350.c                         |    2 +-
 sound/soc/codecs/wm8400.c                         |    3 +-
 sound/soc/codecs/wm8510.c                         |    4 +-
 sound/soc/codecs/wm8580.c                         |    4 +-
 sound/soc/codecs/wm8753.c                         |    4 +-
 sound/soc/codecs/wm8900.c                         |    4 +-
 sound/soc/codecs/wm8940.c                         |    4 +-
 sound/soc/codecs/wm8960.c                         |    4 +-
 sound/soc/codecs/wm8974.c                         |    5 +-
 sound/soc/codecs/wm8990.c                         |    4 +-
 sound/soc/codecs/wm8993.c                         |    2 +-
 sound/soc/codecs/wm9713.c                         |    4 +-
 sound/soc/davinci/Kconfig                         |    4 +-
 sound/soc/davinci/davinci-evm.c                   |    7 +-
 sound/soc/davinci/davinci-mcasp.c                 |   24 +-
 sound/soc/fsl/mpc5200_dma.c                       |   33 +-
 sound/soc/imx/mx27vis_wm8974.c                    |    2 +-
 sound/soc/pxa/magician.c                          |    2 +-
 sound/soc/pxa/pxa-ssp.c                           |    4 +-
 sound/soc/pxa/zylonite.c                          |    5 +-
 sound/soc/s3c24xx/neo1973_gta02_wm8753.c          |    2 +-
 sound/soc/s3c24xx/neo1973_wm8753.c                |    2 +-
 sound/soc/s3c24xx/s3c-i2s-v2.c                    |   46 +-
 sound/soc/s3c24xx/s3c64xx-i2s.c                   |   19 +-
 sound/soc/s3c24xx/s3c64xx-i2s.h                   |    1 +
 sound/soc/soc-cache.c                             |   30 +
 sound/soc/soc-core.c                              |   32 +-
 sound/soc/soc-dapm.c                              |   26 +-
 48 files changed, 1312 insertions(+), 101 deletions(-)
 create mode 100644 sound/soc/codecs/ak4671.c
 create mode 100644 sound/soc/codecs/ak4671.h

             reply	other threads:[~2009-09-19  8:12 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-19  8:11 Mark Brown [this message]
2009-09-20 16:22 ` ASoC updates for 2.6.33 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23 18:11 Mark Brown
2009-10-01 15:20 Mark Brown
2009-10-01 15:34 ` Takashi Iwai
2009-10-06 16:09 Mark Brown
2009-10-06 16:23 ` Takashi Iwai
2009-10-09 19:38 Mark Brown
2009-10-10  8:56 ` Takashi Iwai
2009-10-15 14:40 Mark Brown
2009-10-20 15:13 ` Barry Song
2009-10-20 15:17   ` Mark Brown
2009-10-21  5:00     ` Barry Song
2009-10-21  5:20       ` Joonyoung Shim
2009-11-11  0:08 ` Barry Song
2009-10-26 13:02 [PATCH] alsa: Add support for timberdale I2S block Richard Röjfors
2009-10-26 13:09 ` Mark Brown
2009-10-30 11:53   ` Takashi Iwai
2009-11-02 18:26     ` ASoC updates for 2.6.33 Mark Brown
2009-11-03  7:02       ` Takashi Iwai
2009-10-30 10:47 ASoC updates for 2.6.32 Mark Brown
2009-10-30 10:49 ` ASoC updates for 2.6.33 Mark Brown
2009-10-30 10:58   ` Takashi Iwai
2009-11-06 15:59 Mark Brown
2009-11-07  9:24 ` Takashi Iwai
2009-11-11 10:05 Mark Brown
2009-11-11 10:20 ` Takashi Iwai
2009-11-12 16:55 Mark Brown
2009-11-12 17:05 ` Takashi Iwai
2009-11-18 14:32 Mark Brown
2009-11-18 17:10 ` Takashi Iwai
2009-11-23 12:17 Mark Brown
2009-11-23 14:56 ` Takashi Iwai
2009-11-26 16:04 Mark Brown
2009-11-26 16:54 ` Takashi Iwai
2009-11-30 15:50 Mark Brown
2009-11-30 17:48 ` Takashi Iwai
2009-12-03 10:13   ` Mark Brown
2009-12-03 10:23     ` Takashi Iwai
2009-12-03 10:35       ` Mark Brown
2009-12-03 10:56         ` Peter Ujfalusi
2009-12-03 11:05 Mark Brown
2009-12-03 13:14 ` Takashi Iwai
2009-12-04 11:00   ` Mark Brown
2009-12-04 16:15     ` Takashi Iwai
2009-12-18 13:16 Mark Brown
2009-12-18 13:21 ` Takashi Iwai
2009-12-18 13:39   ` Mark Brown
2009-12-19 11:26     ` Mark Brown
2009-12-22 13:33 Mark Brown
2009-12-22 16:52 ` Takashi Iwai
2009-12-29 12:35 Mark Brown
2009-12-29 19:58 ` Takashi Iwai
2010-01-04 22:35 Mark Brown
2010-01-12 12:58 Mark Brown
2010-01-12 13:18 ` Takashi Iwai
2010-01-12 13:24   ` Mark Brown
2010-01-12 13:26     ` Takashi Iwai
2010-01-25 14:49 Mark Brown
2010-01-25 15:36 ` Takashi Iwai
2010-01-25 15:41   ` Mark Brown
2010-01-25 15:43     ` Takashi Iwai
2010-01-29 16:32 Mark Brown
2010-01-29 16:51 ` 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=20090919081156.GC4676@sirena.org.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox