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.2
Date: Tue, 20 Sep 2011 15:43:50 +0100	[thread overview]
Message-ID: <20110920144349.GA27145@opensource.wolfsonmicro.com> (raw)

The following changes since commit 30ab1e78864ca5781de5b1fb501bed9df2c215f1:

  ASoC: ad193x: Setup regmap read and write flag masks for SPI (2011-09-09 11:13:31 -0700)

are available in the git repository at:
  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.2

Arnd Bergmann (1):
      ASoC: Fix trivial build regression in Kirkwood I2S

Axel Lin (7):
      ASoC: samsung: Fix checking return value of clk_get
      ASoC: bf5xx-ad73311: Fix prototype for bf5xx_probe
      ASoC: tpa6130a2: Remove obsolete cleanup for clientdata
      ASoC: wm8995: Return -EINVAL if device ID mismatch
      ASoC: wm8995: Remove unused i2c variable in wm8995_remove()
      ASoC: sn95031: Staticize sn95031_pcm_hw_params
      ASoC: fsl: Fix error handling if platform_device_add fails

Ben Gardiner (1):
      ASoC: davinci-pcm: trivial: replace link with actual chan/link

Dong Aisheng (1):
      ASoC: mxs-saif: add record function

Lars-Peter Clausen (1):
      ASoC: ssm2602: Do not dereference codec->control_data

Mark Brown (13):
      regulator: Implement deferred disable support
      ASoC: Disable WM8996 CPVDD supply when not in use
      ASoC: Correct channel numbers for WM8996 AIF2
      ASoC: Fix WM8996 DC servo operation without IRQ
      Merge branch 'for-3.1' into for-3.2
      ASoC: Display the error code when we fail to add a DAPM control
      ASoC: WM8996 only needs bandgap for analogue functionality
      ASoC: Initial WM8996 headphone impedance measurement support
      ASoC: Add line loads to the list of supported detections for Speyside
      ASoC: Fix unused variable warning in WM8996
      ASoC: Refcount WM8996 bandgap from FLL too
      ASoC: Remove bitrotted wm8962_resume()
      Merge branch 'for-3.1' into for-3.2

Mika Westerberg (7):
      ASoC: snappercl15: convert to use snd_soc_register_card()
      ARM: ep93xx: simone: register audio platform device
      ARM: ep93xx: edb93xx: register audio platform device
      ARM: ep93xx: snappercl15: register audio platform device
      ASoC: ep93xx-pcm: add MODULE_ALIAS
      ASoC: simone: convert to use snd_soc_register_card()
      ASoC: edb93xx: convert to use snd_soc_register_card()

Peter Ujfalusi (8):
      MFD: twl6040: Remove global pointer for platform_device
      MFD: twl6040: Add accessor for revision ID
      Input: twl6040-vibra: Use accessor to get revision information
      MFD: twl6040: Fix power on GPIO handling
      ASoC: twl6040: Chip initialization cleanup
      ASoC: twl6040: Use chip defaults in the initial reg_cache
      ASoC: twl6040: Fix the number of channels for vibra
      ASoC: twl6040: Correct supported number of playback channels

Timur Tabi (3):
      ASoC: improve asynchronous mode support in the fsl_ssi driver
      ASoC: support sample sizes properly in the WM8776 codec driver
      ASoC: support all possible sample rates in the WM8776 driver

 arch/arm/mach-ep93xx/edb93xx.c      |    6 +
 arch/arm/mach-ep93xx/simone.c       |   13 ++-
 arch/arm/mach-ep93xx/snappercl15.c  |   13 ++-
 drivers/input/misc/twl6040-vibra.c  |    2 +-
 drivers/mfd/twl6040-core.c          |   38 +++---
 drivers/regulator/core.c            |   59 ++++++++
 include/linux/mfd/twl6040.h         |    8 +-
 include/linux/regulator/consumer.h  |    7 +
 include/linux/regulator/driver.h    |    3 +
 include/sound/saif.h                |   16 ++
 sound/soc/blackfin/bf5xx-ad73311.c  |    2 +-
 sound/soc/codecs/sn95031.c          |    2 +-
 sound/soc/codecs/ssm2602.c          |    3 +-
 sound/soc/codecs/tpa6130a2.c        |    1 -
 sound/soc/codecs/twl6040.c          |  114 +++------------
 sound/soc/codecs/wm8776.c           |   38 +++---
 sound/soc/codecs/wm8962.c           |   26 ----
 sound/soc/codecs/wm8995.c           |    3 +-
 sound/soc/codecs/wm8996.c           |  263 +++++++++++++++++++++++++++-------
 sound/soc/davinci/davinci-pcm.c     |  123 ++++++++---------
 sound/soc/ep93xx/edb93xx.c          |   60 +++++----
 sound/soc/ep93xx/ep93xx-pcm.c       |    1 +
 sound/soc/ep93xx/simone.c           |   64 +++++----
 sound/soc/ep93xx/snappercl15.c      |   53 +++++---
 sound/soc/fsl/fsl_ssi.c             |  145 +++++++++----------
 sound/soc/fsl/mpc8610_hpcd.c        |    2 +-
 sound/soc/fsl/p1022_ds.c            |    2 +-
 sound/soc/kirkwood/kirkwood-i2s.c   |    2 +-
 sound/soc/mxs/mxs-saif.c            |  145 +++++++++++++++++--
 sound/soc/mxs/mxs-saif.h            |    4 +
 sound/soc/samsung/s3c2412-i2s.c     |    4 +-
 sound/soc/samsung/s3c24xx-i2s.c     |    4 +-
 sound/soc/samsung/s3c24xx_uda134x.c |    8 +-
 sound/soc/samsung/speyside.c        |    3 +-
 sound/soc/soc-dapm.c                |    4 +-
 35 files changed, 775 insertions(+), 466 deletions(-)
 create mode 100644 include/sound/saif.h

             reply	other threads:[~2011-09-20 14:43 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-20 14:43 Mark Brown [this message]
2011-09-20 14:47 ` ASoC updates for 3.2 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-12-22 11:04 Mark Brown
2011-12-22 11:15 ` Takashi Iwai
     [not found] ` <CAAQ0ZWSoQJJZv9ReBvHC1FB2EeS_u2V=jDJOguoqNx2cR+1i_g@mail.gmail.com>
2011-12-22 12:02   ` Mark Brown
2011-12-22 12:07     ` Takashi Iwai
     [not found]     ` <CAAQ0ZWTnMuDCHDQQWg9mvQHTwzm6hJu5TOFvbwc18R5xEhSdiw@mail.gmail.com>
2011-12-22 12:46       ` Mark Brown
2011-12-13  1:40 Mark Brown
2011-12-13  7:06 ` Takashi Iwai
2011-12-13  7:09   ` Mark Brown
2011-12-06 10:16 Mark Brown
2011-12-06 12:26 ` Takashi Iwai
2011-11-30 10:28 Mark Brown
2011-11-30 11:20 ` Takashi Iwai
2011-11-29 11:36 Mark Brown
2011-11-29 12:07 ` Takashi Iwai
2011-11-22 12:46 Mark Brown
2011-11-22 17:47 ` Takashi Iwai
2011-11-08 10:46 Mark Brown
2011-11-08 16:00 ` Takashi Iwai
2011-11-02 11:50 Mark Brown
2011-11-02 13:16 ` Takashi Iwai
2011-11-02 13:17   ` Mark Brown
2011-11-02 13:23     ` Takashi Iwai
2011-10-27  7:22 Mark Brown
2011-10-27  8:49 ` Takashi Iwai
2011-10-22  9:49 Mark Brown
2011-10-22 11:45 ` Takashi Iwai
2011-10-19 17:26 Mark Brown
2011-10-20 12:20 ` Takashi Iwai
2011-10-20 12:24   ` Mark Brown
2011-10-20 12:47     ` Takashi Iwai
2011-10-20 16:56   ` Girdwood, Liam
2011-10-13 10:49 Mark Brown
2011-10-13 10:53 ` Takashi Iwai
2011-10-10 11:41 Mark Brown
2011-10-10 12:42 ` Takashi Iwai
2011-10-10 12:46   ` Mark Brown
2011-10-04 14:16 Mark Brown
2011-10-04 14:45 ` Takashi Iwai
2011-10-04 14:48   ` Mark Brown
2011-10-04 14:49     ` Takashi Iwai
2011-09-27 12:47 Mark Brown
2011-09-27 13:01 ` Takashi Iwai
2011-09-23 10:47 Mark Brown
2011-09-23 13:23 ` Takashi Iwai
2011-09-08 18:23 Mark Brown
2011-08-25 11:08 Mark Brown
2011-08-25 12:08 ` Takashi Iwai
2011-08-21 12:10 Mark Brown
2011-08-21 13:47 ` Takashi Iwai
2011-08-12 16:51 Mark Brown
2011-08-12 17:50 ` 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=20110920144349.GA27145@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).