[alsa-devel] ASoC updates for 3.2

Takashi Iwai tiwai at suse.de
Tue Sep 20 16:47:21 CEST 2011


At Tue, 20 Sep 2011 15:43:50 +0100,
Mark Brown wrote:
> 
> 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

Pulled now.  Thanks.


Takashi


> 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
> 


More information about the Alsa-devel mailing list