Alsa-Devel Archive on 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/10] ASoC updates
Date: Fri, 21 Nov 2008 14:47:34 +0000	[thread overview]
Message-ID: <20081121144734.GA25238@rakim.wolfsonmicro.main> (raw)

The following changes since commit 9b0db7e7fd20d5a38844e9435f7d4246ea44978a:
  Mark Brown (1):
        ASoC: Convert blackfin machines to use DAI accessor functions

are available in the git repository at:

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

Jarkko Nikula (1):
      ASoC: OMAP: Fix preprocessor filled DAI name in McBSP DAI

Karl Beldan (2):
      ASoC: ssm2602: Fix priv substreams refs
      ASoC: ssm2602: Update supported stream formats

Mark Brown (7):
      ASoC: Rename snd_soc_card to snd_soc_machine
      ASoC: Add abbreviation to maintainers for searchability
      ASoC: Move DAI structure definitions into new soc-dai.h
      ASoC: Merge snd_soc_ops into snd_soc_dai_ops
      ASoC: Add Marvell Zylonite machine support
      ASoC: Staticise pxa2xx_pcm_ops
      ASoC: Improve error reporting for AC97 reset failures

 Documentation/sound/alsa/soc/machine.txt |    8 +-
 MAINTAINERS                              |    2 +-
 include/sound/soc-dai.h                  |  225 ++++++++++++++++++++++++++++++
 include/sound/soc.h                      |  156 +--------------------
 sound/soc/atmel/atmel_ssc_dai.c          |   21 ++--
 sound/soc/atmel/playpaq_wm8510.c         |    4 +-
 sound/soc/atmel/sam9g20_wm8731.c         |    4 +-
 sound/soc/au1x/psc-ac97.c                |    5 +-
 sound/soc/au1x/psc-i2s.c                 |    8 +-
 sound/soc/au1x/sample-ac97.c             |    4 +-
 sound/soc/blackfin/bf5xx-ad1980.c        |    6 +-
 sound/soc/blackfin/bf5xx-ad73311.c       |    6 +-
 sound/soc/blackfin/bf5xx-i2s.c           |   12 +-
 sound/soc/blackfin/bf5xx-ssm2602.c       |    6 +-
 sound/soc/codecs/ac97.c                  |    3 +-
 sound/soc/codecs/ad1980.c                |    2 +-
 sound/soc/codecs/ak4535.c                |    5 +-
 sound/soc/codecs/cs4270.c                |   11 +-
 sound/soc/codecs/ssm2602.c               |   39 ++++-
 sound/soc/codecs/tlv320aic23.c           |   19 ++--
 sound/soc/codecs/tlv320aic26.c           |    5 +-
 sound/soc/codecs/tlv320aic3x.c           |    5 +-
 sound/soc/codecs/twl4030.c               |    5 +-
 sound/soc/codecs/uda134x.c               |   12 +-
 sound/soc/codecs/uda1380.c               |   15 +--
 sound/soc/codecs/wm8510.c                |    5 +-
 sound/soc/codecs/wm8580.c                |   12 +-
 sound/soc/codecs/wm8728.c                |    5 +-
 sound/soc/codecs/wm8731.c                |   11 +-
 sound/soc/codecs/wm8750.c                |    5 +-
 sound/soc/codecs/wm8753.c                |   25 ++--
 sound/soc/codecs/wm8900.c                |    5 +-
 sound/soc/codecs/wm8903.c                |   11 +-
 sound/soc/codecs/wm8971.c                |    5 +-
 sound/soc/codecs/wm8990.c                |    6 +-
 sound/soc/codecs/wm9712.c                |    8 +-
 sound/soc/codecs/wm9713.c                |   23 ++--
 sound/soc/davinci/davinci-evm.c          |    4 +-
 sound/soc/davinci/davinci-i2s.c          |   20 ++--
 sound/soc/davinci/davinci-sffsdr.c       |    7 +-
 sound/soc/fsl/fsl_dma.c                  |    2 +-
 sound/soc/fsl/fsl_ssi.c                  |   14 +-
 sound/soc/fsl/mpc5200_psc_i2s.c          |   17 ++-
 sound/soc/fsl/mpc8610_hpcd.c             |    6 +-
 sound/soc/fsl/soc-of-simple.c            |   10 +-
 sound/soc/omap/n810.c                    |    4 +-
 sound/soc/omap/omap-mcbsp.c              |   16 ++-
 sound/soc/omap/omap2evm.c                |    7 +-
 sound/soc/omap/omap3beagle.c             |    4 +-
 sound/soc/omap/osk5912.c                 |    4 +-
 sound/soc/omap/overo.c                   |    4 +-
 sound/soc/pxa/Makefile                   |    2 +
 sound/soc/pxa/corgi.c                    |    4 +-
 sound/soc/pxa/e800_wm9712.c              |    6 +-
 sound/soc/pxa/em-x270.c                  |    4 +-
 sound/soc/pxa/palm27x.c                  |    4 +-
 sound/soc/pxa/poodle.c                   |    4 +-
 sound/soc/pxa/pxa-ssp.c                  |   20 +--
 sound/soc/pxa/pxa2xx-ac97.c              |    9 +-
 sound/soc/pxa/pxa2xx-i2s.c               |   15 ++-
 sound/soc/pxa/pxa2xx-pcm.c               |    2 +-
 sound/soc/pxa/spitz.c                    |    4 +-
 sound/soc/pxa/tosa.c                     |    6 +-
 sound/soc/pxa/zylonite.c                 |  219 +++++++++++++++++++++++++++++
 sound/soc/s3c24xx/ln2440sbc_alc650.c     |    6 +-
 sound/soc/s3c24xx/neo1973_wm8753.c       |    6 +-
 sound/soc/s3c24xx/s3c2412-i2s.c          |    8 +-
 sound/soc/s3c24xx/s3c2443-ac97.c         |    8 +-
 sound/soc/s3c24xx/s3c24xx-i2s.c          |    9 +-
 sound/soc/s3c24xx/s3c24xx_uda134x.c      |    4 +-
 sound/soc/s3c24xx/smdk2443_wm9710.c      |    6 +-
 sound/soc/sh/hac.c                       |    3 +-
 sound/soc/sh/sh7760-ac97.c               |    4 +-
 sound/soc/sh/ssi.c                       |   16 +-
 sound/soc/soc-core.c                     |  164 +++++++++++-----------
 sound/soc/soc-dapm.c                     |    6 +-
 76 files changed, 851 insertions(+), 516 deletions(-)
 create mode 100644 include/sound/soc-dai.h
 create mode 100644 sound/soc/pxa/zylonite.c

             reply	other threads:[~2008-11-21 14:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21 14:47 Mark Brown [this message]
2008-11-21 14:48 ` [PATCH 01/10] ASoC: Rename snd_soc_card to snd_soc_machine Mark Brown
2008-11-21 14:48   ` [PATCH 02/10] ASoC: Add abbreviation to maintainers for searchability Mark Brown
2008-11-21 14:48     ` [PATCH 03/10] ASoC: ssm2602: Fix priv substreams refs Mark Brown
2008-11-21 14:48       ` [PATCH 04/10] ASoC: ssm2602: Update supported stream formats Mark Brown
2008-11-21 14:48         ` [PATCH 05/10] ASoC: Move DAI structure definitions into new soc-dai.h Mark Brown
2008-11-21 14:48           ` [PATCH 06/10] ASoC: Merge snd_soc_ops into snd_soc_dai_ops Mark Brown
2008-11-21 14:48             ` [PATCH 07/10] ASoC: Add Marvell Zylonite machine support Mark Brown
2008-11-21 14:48               ` [PATCH 08/10] ASoC: OMAP: Fix preprocessor filled DAI name in McBSP DAI Mark Brown
2008-11-21 14:48                 ` [PATCH 09/10] ASoC: Staticise pxa2xx_pcm_ops Mark Brown
2008-11-21 14:48                   ` [PATCH 10/10] ASoC: Improve error reporting for AC97 reset failures Mark Brown
2008-11-21 14:55   ` [PATCH 01/10] ASoC: Rename snd_soc_card to snd_soc_machine Takashi Iwai
2008-11-21 15:02     ` Mark Brown
2008-11-21 15:04       ` Takashi Iwai
2008-11-21 15:05         ` Mark Brown

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=20081121144734.GA25238@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox