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.38
Date: Mon, 29 Nov 2010 19:08:13 +0000	[thread overview]
Message-ID: <20101129190812.GV30360@rakim.wolfsonmicro.main> (raw)

The following changes since commit ab4e57446ff2e0a5c154cb703595d574130dc919:

  Merge branch 'for-2.6.37' into for-2.6.38 (2010-11-24 11:57:43 +0000)

are available in the git repository at:

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

Axel Lin (24):
      ASoC: Call snd_soc_unregister_dais instead of snd_soc_unregister_dai in sh4_soc_dai_remove
      ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error path
      ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init error path
      ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error path
      ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error path
      ASoC: simone: fix resource leak in simone_init error path
      ASoC: imx-ssi: fix resource leak
      ASoC: phycore-ac97: fix resource leak
      ASoC: davinci-vcif - fix a memory leak
      ASoC: neo1973_gta02_wm8753: fix wrong parameter for snd_soc_register_dai and snd_soc_unregister_dai
      ASoC: Fix compile error for smartq_wm8987.c
      ASoC: smdk_wm9713: fix resource leak in smdk_init error path
      ASoC: tlv320aic3x - fix variable may be used uninitialized warning
      ASoC: Fix resource reclaim for osk5912
      ASoC: Fix resource leak in goni_wm8994.c
      ASoC: Fix resource leak in neo1973_gta02_init() error path
      ASoC: Add missing gpio_free(S3C64XX_GPK(12)) in smartq_exit()
      ASoC: Fix resource leak in smdk_spdif.c
      ASoC: Fix compile error for nuc900-ac97.c
      ASoC: Fix prototype for nuc900_ac97_probe and nuc900_ac97_remove
      ASoC: Fix compile error for nuc900-pcm.c
      ASoC: Remove unneeded !! operations while checking return value of nuc900_checkready
      ASoC: Add missing dev_set_drvdata in mpc8610_hpcd_probe
      ASoC: Add missing dev_set_drvdata in p1022_ds_probe

Dimitris Papastamos (2):
      ASoC: soc-cache: Add error checking in the *_cache_sync functions
      ASoC: soc-cache: Ensure consistent cache naming

Dmitry Artamonow (1):
      ASoC: fix SND_PXA2XX_LIB Kconfig warning

Mark Brown (18):
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Make SMDK WM8580 driver unloadable
      ASoC: Update MAINTAINERS for Samsung driver move
      ASoC: Add WM8737 ALC support
      ARM: Samsung: Make sure ASoC DMA device is prototyped
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Remove redundant hw_write initialisation in WM8737
      mfd: Add initial WM8958 support
      gpiolib: Add WM8958 support to the WM8994 driver
      ASoC: Use DC servo startup mode when not doing DCS correction
      ASoC: Initial WM8958 audio configuration
      ASoC: Implement support for enhanced AIF3 on WM8958
      ASoC: Add WM8958 Multi-band compressor support
      ASoC: Add WM8958 microphone detection support
      ASoC: Convert WM8994 to use soc-cache.c cache functions
      ASoC: Enable rbtree compression for WM8994/58 register cache
      ASoC: Implement runtime PM for WM8994/58
      Merge branch 'for-2.6.37' into for-2.6.38

 MAINTAINERS                              |    2 +-
 arch/arm/plat-samsung/dev-asocdma.c      |    1 +
 drivers/gpio/wm8994-gpio.c               |   24 +
 drivers/mfd/wm8994-core.c                |   93 ++-
 include/linux/mfd/wm8994/core.h          |    8 +
 include/linux/mfd/wm8994/registers.h     |  225 +++++
 include/sound/soc.h                      |    2 +-
 sound/soc/atmel/sam9g20_wm8731.c         |    5 +-
 sound/soc/atmel/snd-soc-afeb9260.c       |    1 -
 sound/soc/codecs/tlv320aic3x.c           |    6 +-
 sound/soc/codecs/wm8737.c                |   43 +-
 sound/soc/codecs/wm8994-tables.c         | 1572 ++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8994.c                |  728 ++++++++++++--
 sound/soc/codecs/wm8994.h                |    5 +
 sound/soc/codecs/wm_hubs.c               |   20 +-
 sound/soc/davinci/davinci-vcif.c         |    3 +
 sound/soc/ep93xx/simone.c                |   18 +-
 sound/soc/fsl/efika-audio-fabric.c       |    1 +
 sound/soc/fsl/mpc8610_hpcd.c             |    1 +
 sound/soc/fsl/p1022_ds.c                 |    1 +
 sound/soc/fsl/pcm030-audio-fabric.c      |    1 +
 sound/soc/imx/imx-ssi.c                  |   15 +-
 sound/soc/imx/phycore-ac97.c             |   28 +-
 sound/soc/nuc900/nuc900-ac97.c           |   15 +-
 sound/soc/nuc900/nuc900-audio.h          |    2 +
 sound/soc/nuc900/nuc900-pcm.c            |    2 +-
 sound/soc/omap/osk5912.c                 |   11 +-
 sound/soc/pxa/Kconfig                    |    1 +
 sound/soc/samsung/goni_wm8994.c          |    9 +-
 sound/soc/samsung/neo1973_gta02_wm8753.c |   26 +-
 sound/soc/samsung/smartq_wm8987.c        |   10 +-
 sound/soc/samsung/smdk_spdif.c           |   13 +-
 sound/soc/samsung/smdk_wm8580.c          |    6 +
 sound/soc/samsung/smdk_wm9713.c          |   17 +-
 sound/soc/sh/ssi.c                       |    2 +-
 sound/soc/soc-cache.c                    |   30 +-
 36 files changed, 2742 insertions(+), 205 deletions(-)

             reply	other threads:[~2010-11-29 19:08 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-29 19:08 Mark Brown [this message]
2010-11-30  7:21 ` ASoC updates for 2.6.38 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 14:20 Mark Brown
2011-03-10 15:45 ` Takashi Iwai
2011-03-02 11:34 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-02-25 11:51 Mark Brown
2011-02-25 11:59 ` Takashi Iwai
2011-02-18  4:19 Mark Brown
2011-02-22  4:49 ` Mark Brown
2011-02-22  7:24   ` Takashi Iwai
2011-02-08 11:34 Mark Brown
2011-02-08 16:31 ` Takashi Iwai
2011-02-01 14:56 Mark Brown
2011-02-01 21:25 ` Takashi Iwai
2011-01-26 11:34 Mark Brown
2011-01-26 13:40 ` Takashi Iwai
2011-01-24 15:17 Mark Brown
2011-01-24 16:44 ` Takashi Iwai
2011-01-19 10:22 Mark Brown
2011-01-19 11:29 ` Takashi Iwai
2011-01-19 11:35   ` Mark Brown
2011-01-18 13:03 Mark Brown
2011-01-18 13:06 ` Takashi Iwai
2011-01-12 11:17 Mark Brown
2011-01-12 11:44 ` Takashi Iwai
2011-01-05 12:50 Mark Brown
2011-01-08 12:06 ` Takashi Iwai
2010-12-27 17:51 Mark Brown
2010-12-27 17:43 Mark Brown
2010-12-23 12:05 Mark Brown
2010-12-23 14:11 ` Takashi Iwai
2010-12-22 11:03 Mark Brown
2010-12-22 11:59 ` Takashi Iwai
2010-12-14 18:38 Mark Brown
2010-12-14 19:05 ` Takashi Iwai
2010-12-09 16:17 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-06 14:35 Mark Brown
2010-12-06 14:39 ` Takashi Iwai
2010-12-03 17:46 Mark Brown
2010-12-04  7:59 ` Takashi Iwai
2010-11-24 13:16 Mark Brown
2010-11-24 13:41 ` Takashi Iwai
2010-11-22 11:14 Mark Brown
2010-11-22 12:16 ` Takashi Iwai
2010-11-02 14:54 Mark Brown
2010-11-02 15:17 ` 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=20101129190812.GV30360@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.