Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* ASoC updates for 2.6.31
@ 2009-04-28 15:22 Mark Brown
  2009-04-28 15:23 ` [PATCH 01/17] ASoC: Beagle: Add support for 4 channel Mark Brown
                   ` (16 more replies)
  0 siblings, 17 replies; 36+ messages in thread
From: Mark Brown @ 2009-04-28 15:22 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 8a1f936acdfd53cb0a981f3f80483863dcd84fa9:
  Peter Ujfalusi (1):
        ASoC: TWL4030: Add 4 channel TDM support

are available in the git repository at:

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

Daniel Mack (3):
      ASoC: add SOC_DOUBLE_EXT macro
      ASoC: cs4270: fix Master Capture Switch polarity
      ASoC: cs4270: add Master Playback Switch

Jon Smirl (3):
      ASoC: Set the MPC5200 i2s driver to BROKEN status.
      ASoC: Basic split of mpc5200 DMA code out from mpc5200_psc_i2s
      ASoC: Rename the PSC functions to DMA

Jonathan Cameron (1):
      ASoC WM8940 Driver

Joonyoung Shim (1):
      ASoC: TWL4030: Fix gain control for earpiece amplifier

Mark Brown (10):
      ASoC: Fix S3C64xx IIS device registration and support both ports
      ASoC: S3C2412: Failing to get the I2S clock is an error
      ASoC: Enforce symmetric rates for S3C64xx I2S interface
      ASoC: Include WM8350 register definitions in CODEC header
      ASoC: s3c-i2s-v2 diagnostic improvements
      ASoC: Use our registration function for S3C64xx
      ASoC: Fix logic in WM8350 master clocking check
      Merge branch 'for-2.6.30' into for-2.6.31
      ASoC: Staticise TLV values in WM8940
      Merge branch 'for-2.6.30' into for-2.6.31

Peter Ujfalusi (1):
      ASoC: Beagle: Add support for 4 channel

 include/sound/soc.h             |    8 +
 sound/soc/codecs/Kconfig        |    4 +
 sound/soc/codecs/Makefile       |    2 +
 sound/soc/codecs/cs4270.c       |   44 ++-
 sound/soc/codecs/twl4030.c      |    8 +-
 sound/soc/codecs/wm8350.c       |    2 +-
 sound/soc/codecs/wm8350.h       |    1 +
 sound/soc/codecs/wm8940.c       |  955 +++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8940.h       |  104 +++++
 sound/soc/fsl/Kconfig           |    6 +-
 sound/soc/fsl/Makefile          |    2 +
 sound/soc/fsl/mpc5200_dma.c     |  457 +++++++++++++++++++
 sound/soc/fsl/mpc5200_dma.h     |   81 ++++
 sound/soc/fsl/mpc5200_psc_i2s.c |  644 ++++-----------------------
 sound/soc/omap/omap3beagle.c    |   26 +-
 sound/soc/s3c24xx/s3c2412-i2s.c |    2 +-
 sound/soc/s3c24xx/s3c64xx-i2s.c |  148 ++++--
 sound/soc/s3c24xx/s3c64xx-i2s.h |    2 +-
 18 files changed, 1867 insertions(+), 629 deletions(-)
 create mode 100644 sound/soc/codecs/wm8940.c
 create mode 100644 sound/soc/codecs/wm8940.h
 create mode 100644 sound/soc/fsl/mpc5200_dma.c
 create mode 100644 sound/soc/fsl/mpc5200_dma.h

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

end of thread, other threads:[~2009-04-28 22:06 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 15:22 ASoC updates for 2.6.31 Mark Brown
2009-04-28 15:23 ` [PATCH 01/17] ASoC: Beagle: Add support for 4 channel Mark Brown
2009-04-28 15:23 ` [PATCH 02/17] ASoC: add SOC_DOUBLE_EXT macro Mark Brown
2009-04-28 15:23 ` [PATCH 03/17] ASoC: Fix S3C64xx IIS device registration and support both ports Mark Brown
2009-04-28 15:23 ` [PATCH 04/17] ASoC: S3C2412: Failing to get the I2S clock is an error Mark Brown
2009-04-28 15:23 ` [PATCH 05/17] ASoC: Enforce symmetric rates for S3C64xx I2S interface Mark Brown
2009-04-28 15:23 ` [PATCH 06/17] ASoC: Include WM8350 register definitions in CODEC header Mark Brown
2009-04-28 15:23 ` [PATCH 07/17] ASoC: s3c-i2s-v2 diagnostic improvements Mark Brown
2009-04-28 15:23 ` [PATCH 08/17] ASoC: Use our registration function for S3C64xx Mark Brown
2009-04-28 15:23 ` [PATCH 09/17] ASoC WM8940 Driver Mark Brown
2009-04-28 15:23 ` [PATCH 10/17] ASoC: cs4270: fix Master Capture Switch polarity Mark Brown
2009-04-28 15:23 ` [PATCH 11/17] ASoC: cs4270: add Master Playback Switch Mark Brown
2009-04-28 15:23 ` [PATCH 12/17] ASoC: Fix logic in WM8350 master clocking check Mark Brown
2009-04-28 15:23 ` [PATCH 13/17] ASoC: Set the MPC5200 i2s driver to BROKEN status Mark Brown
2009-04-28 15:23 ` [PATCH 14/17] ASoC: Staticise TLV values in WM8940 Mark Brown
2009-04-28 15:23 ` [PATCH 15/17] ASoC: TWL4030: Fix gain control for earpiece amplifier Mark Brown
2009-04-28 15:23 ` [PATCH 16/17] ASoC: Basic split of mpc5200 DMA code out from mpc5200_psc_i2s Mark Brown
2009-04-28 15:46   ` Takashi Iwai
2009-04-28 15:59     ` Jon Smirl
2009-04-28 16:51       ` Takashi Iwai
2009-04-28 16:55         ` Jon Smirl
2009-04-28 17:14           ` Jon Smirl
2009-04-28 19:37             ` Takashi Iwai
2009-04-28 19:53               ` Mark Brown
2009-04-28 19:59                 ` Jon Smirl
2009-04-28 20:16                   ` Jon Smirl
2009-04-28 21:01                   ` Mark Brown
2009-04-28 22:06                   ` Takashi Iwai
2009-04-28 21:59                 ` Takashi Iwai
2009-04-28 19:35           ` Takashi Iwai
2009-04-28 19:37           ` Mark Brown
2009-04-28 19:25     ` Mark Brown
2009-04-28 19:32       ` Jon Smirl
2009-04-28 19:50         ` Mark Brown
2009-04-28 21:52       ` Takashi Iwai
2009-04-28 15:23 ` [PATCH 17/17] ASoC: Rename the PSC functions to DMA Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox