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, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.37
Date: Fri, 15 Oct 2010 13:29:35 +0100	[thread overview]
Message-ID: <20101015122935.GK14782@rakim.wolfsonmicro.main> (raw)

The following changes since commit 0f9141c974b2dc29b7d1cf245bbf4685350521be:

  ASoC: Pay attention to driver supplied DAI IDs (2010-10-13 11:02:43 +0100)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37

Guennadi Liakhovetski (1):
      fbdev: sh_mobile_hdmi: fix compilation without SOUND enabled

Joe Perches (1):
      ASoC: Remove unused vol field from WM8994 access mask table

Kuninori Morimoto (2):
      ASoC: fsi: simultaneous playback/recorde support
      ASoC: ak4642: make sure name of register/value

Mika Westerberg (3):
      ASoC: add ep93xx AC97 audio driver
      ARM: ep93xx: add AC97 platform support
      ASoC: ep93xx: add Simplemachines Sim.One AC97 audio support

Peter Hsiang (1):
      ASoC: Add max98088 CODEC driver

Seungwhan Youn (2):
      ASoC: SAMSUNG: Add S/PDIF CPU driver
      ASoC: SAMSUNG: Add Machine driver for S/PDIF PCM audio

Timur Tabi (1):
      powerpc/85xx: add DIU support to the Freecale P1022DS reference board

 arch/arm/mach-ep93xx/core.c                     |   34 +
 arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h |    1 +
 arch/arm/mach-ep93xx/include/mach/platform.h    |    1 +
 arch/arm/mach-ep93xx/simone.c                   |    1 +
 arch/powerpc/configs/mpc85xx_defconfig          |    3 +
 arch/powerpc/configs/mpc85xx_smp_defconfig      |    3 +
 arch/powerpc/platforms/85xx/p1022_ds.c          |  212 ++-
 drivers/video/Kconfig                           |    2 +
 sound/soc/codecs/Kconfig                        |    4 +
 sound/soc/codecs/Makefile                       |    2 +
 sound/soc/codecs/ak4642.c                       |   64 +-
 sound/soc/codecs/max98088.c                     | 2097 +++++++++++++++
 sound/soc/codecs/max98088.h                     |  193 ++
 sound/soc/codecs/wm8994.c                       | 3147 +++++++++++------------
 sound/soc/ep93xx/Kconfig                        |   16 +-
 sound/soc/ep93xx/Makefile                       |    4 +
 sound/soc/ep93xx/ep93xx-ac97.c                  |  468 ++++
 sound/soc/ep93xx/simone.c                       |   89 +
 sound/soc/s3c24xx/Kconfig                       |   11 +
 sound/soc/s3c24xx/Makefile                      |    4 +
 sound/soc/s3c24xx/smdk_spdif.c                  |  223 ++
 sound/soc/s3c24xx/spdif.c                       |  501 ++++
 sound/soc/s3c24xx/spdif.h                       |   19 +
 sound/soc/sh/fsi.c                              |  152 +-
 24 files changed, 5598 insertions(+), 1653 deletions(-)
 create mode 100644 sound/soc/codecs/max98088.c
 create mode 100644 sound/soc/codecs/max98088.h
 create mode 100644 sound/soc/ep93xx/ep93xx-ac97.c
 create mode 100644 sound/soc/ep93xx/simone.c
 create mode 100644 sound/soc/s3c24xx/smdk_spdif.c
 create mode 100644 sound/soc/s3c24xx/spdif.c
 create mode 100644 sound/soc/s3c24xx/spdif.h

             reply	other threads:[~2010-10-15 12:29 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-15 12:29 Mark Brown [this message]
2010-10-17  8:13 ` ASoC updates for 2.6.37 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2010-12-30 12:54 Mark Brown
2011-01-02 10:05 ` Takashi Iwai
2010-12-09 16:16 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-08 15:08 Mark Brown
2010-12-08 15:15 ` Takashi Iwai
2010-12-06 14:18 Mark Brown
2010-12-06 14:31 ` Takashi Iwai
2010-12-06 14:33   ` Mark Brown
2010-12-06 14:35     ` Takashi Iwai
2010-12-02 13:28 Mark Brown
2010-12-02 16:17 ` Takashi Iwai
2010-12-02 16:18   ` Mark Brown
2010-12-02 16:20     ` Takashi Iwai
2010-12-02 16:29   ` Liam Girdwood
2010-12-02 16:36     ` Takashi Iwai
2010-11-29 18:57 Mark Brown
2010-11-30  7:20 ` Takashi Iwai
2010-11-26 13:13 Mark Brown
2010-11-26 14:37 ` Takashi Iwai
2010-11-24 13:07 Mark Brown
2010-11-24 13:40 ` Takashi Iwai
2010-11-22 11:06 Mark Brown
2010-11-22 12:16 ` Takashi Iwai
2010-11-02 14:50 Mark Brown
2010-11-01 19:50 Mark Brown
2010-11-02  7:06 ` Takashi Iwai
2010-10-22 17:32 Mark Brown
2010-10-22 18:05 ` Takashi Iwai
2010-10-22 18:43   ` Mark Brown
2010-10-23  9:23     ` Takashi Iwai
2010-10-21 20:45 Mark Brown
2010-10-21 21:16 ` Takashi Iwai
2010-10-13 17:53 Mark Brown
2010-10-14  8:10 ` Takashi Iwai
2010-10-11 12:11 Mark Brown
2010-10-11 12:17 ` Takashi Iwai
2010-10-11 12:32   ` Mark Brown
2010-10-11 12:35     ` Takashi Iwai
2010-10-07 21:17 Mark Brown
2010-10-11 11:59 ` Takashi Iwai
2010-10-05 19:14 Mark Brown
2010-10-06  6:24 ` Takashi Iwai
2010-10-06  6:34   ` Mark Brown
2010-10-06  7:10     ` Takashi Iwai
2010-10-06  7:31       ` Mark Brown
2010-10-06  7:35         ` Takashi Iwai
2010-10-06  9:25         ` Dimitris Papastamos
2010-10-06 13:30           ` Takashi Iwai
2010-10-06 13:40             ` Dimitris Papastamos
2010-10-06 13:46               ` Takashi Iwai
2010-10-06 14:13                 ` Dimitris Papastamos
2010-10-06 14:24                   ` Takashi Iwai
2010-10-06 14:29                     ` Dimitris Papastamos
2010-10-06 15:19                     ` Mark Brown
2010-10-04 18:22 Mark Brown
2010-10-05  5:53 ` Takashi Iwai
2010-09-30 20:49 Mark Brown
2010-09-30 21:04 ` Takashi Iwai
2010-09-30  0:30 Mark Brown
2010-09-30  5:40 ` Takashi Iwai
2010-09-27  0:24 Mark Brown
2010-09-27  6:20 ` Takashi Iwai
2010-09-27  8:21   ` Dimitris Papastamos
2010-09-27  8:30     ` Takashi Iwai
2010-09-27  8:58       ` Dimitris Papastamos
2010-09-27 16:03   ` Mark Brown
2010-09-22 11:52 Mark Brown
2010-09-22 14:24 ` 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=20101015122935.GK14782@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@slimlogic.co.uk \
    --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.