alsa-devel.alsa-project.org archive mirror
 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@ti.com>
Subject: ASoC updates for 3.1
Date: Fri, 24 Jun 2011 11:36:57 +0100	[thread overview]
Message-ID: <20110624103657.GB9483@opensource.wolfsonmicro.com> (raw)

The following changes since commit f192c0ab2420aa59d6fae26564b14adf97456063:

  ASoC: SMDKV310: Enable SPDIF device (2011-06-10 11:05:09 +0100)

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

Arnaud Patard (2):
      ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
      ASoC: imx: add missing module informations

Barry Song (1):
      ASoC: AD1836: rename suspend/resume funcs

Dan Carpenter (1):
      ASoC: adau1701: signedness bug in adau1701_write()

Daniel Mack (1):
      ASoC: pxa-ssp: Correct check for stream presence

Johannes Stezenbach (2):
      ASoC: add STA32X codec driver
      ASoC: add WM8782 ADC Codec Driver

Lars-Peter Clausen (2):
      ASoC: Add ADAU1701 codec driver
      ASoC: Blackfin: Add bf5xx-adau1701 machine driver

Liam Girdwood (1):
      ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.

Mark Brown (15):
      ASoC: Factor out redundant read() functions
      ASoC: Move register I/O code into a separate file
      ASoC: Add weak routes for sidetone style paths
      ASoC: Don't use codec->control_data in bulk write
      ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus
      Merge branch 'for-3.0' into for-3.1
      ASoC: Fix mismerge with release branch
      ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driver
      ASoC: Add adau* drivers to the Analog Devices file patterns
      ASoC: Remove adau1701 from SND_SOC_ALL_CODECS due to Sigma dependency
      ASoC: Fix DAPM sequence run for per-widget I/O methods
      ASoC: Trigger wm_hubs series update startup off a separate flag
      ASoC: Allow suppression of series updates on wm_hubs devices
      ASoC: Add basic WM8918 support
      Merge branch 'for-3.0' into for-3.1

Mike Frysinger (5):
      ASoC: AD1836: clean up comment headers
      ASoC: AD1836: drop unnecessary spi register check
      ASoC: AD1836: fix intermixed tab/space indentation
      ASoC: AD1836: fix codec name
      ASoC: Blackfin: allow SPI for SSM2602 parts

Taylor Hutt (1):
      ASoC: codecs: Max98095: Fix logging of hardware revision.

 MAINTAINERS                             |    1 +
 include/sound/soc-dapm.h                |    3 +
 include/sound/soc.h                     |    3 +-
 sound/soc/Makefile                      |    3 +-
 sound/soc/blackfin/Kconfig              |   14 +-
 sound/soc/blackfin/Makefile             |    2 +
 sound/soc/blackfin/bf5xx-i2s-pcm.c      |    6 +-
 sound/soc/blackfin/bfin-eval-adau1701.c |  139 ++++++
 sound/soc/codecs/Kconfig                |   14 +-
 sound/soc/codecs/Makefile               |    6 +
 sound/soc/codecs/ad1836.c               |   78 ++--
 sound/soc/codecs/ad1836.h               |   21 +-
 sound/soc/codecs/adau1701.c             |  549 ++++++++++++++++++++++
 sound/soc/codecs/adau1701.h             |   17 +
 sound/soc/codecs/max98095.c             |    8 +-
 sound/soc/codecs/sta32x.c               |  777 +++++++++++++++++++++++++++++++
 sound/soc/codecs/sta32x.h               |  210 +++++++++
 sound/soc/codecs/wm8782.c               |   80 ++++
 sound/soc/codecs/wm8904.c               |    1 +
 sound/soc/codecs/wm8993.c               |    1 +
 sound/soc/codecs/wm8994.c               |    1 +
 sound/soc/codecs/wm_hubs.c              |    5 +-
 sound/soc/codecs/wm_hubs.h              |    2 +
 sound/soc/imx/Kconfig                   |    7 -
 sound/soc/imx/imx-pcm-dma-mx2.c         |    2 +
 sound/soc/imx/imx-ssi.c                 |    2 +-
 sound/soc/pxa/pxa2xx-pcm.c              |    4 +-
 sound/soc/soc-cache.c                   |  416 -----------------
 sound/soc/soc-dapm.c                    |  142 ++++++-
 sound/soc/soc-io.c                      |  396 ++++++++++++++++
 30 files changed, 2399 insertions(+), 511 deletions(-)
 create mode 100644 sound/soc/blackfin/bfin-eval-adau1701.c
 create mode 100644 sound/soc/codecs/adau1701.c
 create mode 100644 sound/soc/codecs/adau1701.h
 create mode 100644 sound/soc/codecs/sta32x.c
 create mode 100644 sound/soc/codecs/sta32x.h
 create mode 100644 sound/soc/codecs/wm8782.c
 create mode 100644 sound/soc/soc-io.c

             reply	other threads:[~2011-06-24 10:36 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-24 10:36 Mark Brown [this message]
2011-06-24 10:59 ` ASoC updates for 3.1 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-10-04 13:47 Mark Brown
2011-10-04 14:11 ` Takashi Iwai
2011-10-04 14:23   ` Mark Brown
2011-10-04 14:38     ` Takashi Iwai
2011-09-27 12:31 Mark Brown
2011-09-27 12:44 ` Takashi Iwai
2011-09-22 17:17 Mark Brown
2011-09-22 18:02 ` Takashi Iwai
2011-09-26  5:27 ` Scott Jiang
2011-09-26 12:36   ` Mark Brown
2011-09-08 18:22 Mark Brown
2011-08-25 11:07 Mark Brown
2011-08-25 12:08 ` Takashi Iwai
2011-08-21 12:08 Mark Brown
2011-08-21 13:47 ` Takashi Iwai
2011-08-21 16:00   ` Mark Brown
2011-08-21 16:25     ` Takashi Iwai
2011-08-21 16:46       ` Mark Brown
2011-08-12 16:11 Mark Brown
2011-08-12 16:26 ` Takashi Iwai
2011-08-04  4:11 Mark Brown
2011-08-04 14:21 ` Takashi Iwai
2011-07-25  7:05 Mark Brown
2011-07-25  7:42 ` Takashi Iwai
2011-07-18 10:43 Mark Brown
2011-07-18 11:12 ` Takashi Iwai
2011-07-13 23:58 Mark Brown
2011-07-09  9:20 Mark Brown
2011-07-05  6:16 Mark Brown
2011-07-05  6:22 ` Takashi Iwai
2011-06-10 12:03 Mark Brown
2011-06-10 12:04 ` Mark Brown
2011-06-10 12:23   ` Takashi Iwai
2011-05-30  3:20 Mark Brown
2011-06-02 17:54 ` 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=20110624103657.GB9483@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@ti.com \
    --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;
as well as URLs for NNTP newsgroup(s).