All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiawi@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.39
Date: Tue, 8 Mar 2011 14:04:09 +0000	[thread overview]
Message-ID: <20110308140408.GF20944@opensource.wolfsonmicro.com> (raw)

The following changes since commit 4a5f7bda8fe9d0ed08ed4c5beb5dc3fa62f09d05:

  ASoC: Add platform data for WM9081 IRQ pin configuration (2011-03-01 23:30:53 +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.39

Alexander Sverdlin (2):
      ASoC: Extend range of supported sample rates for CS4271 CODEC.
      ASoC: Remove warnings in ep93xx-i2s.c

Axel Lin (2):
      ASoC: tlv320dac33: add MODULE_DEVICE_TABLE
      ASoC: Constify i2c_device_id table

Dimitris Papastamos (1):
      ASoC: WM8994: Ensure MICBIAS is provided with a clock

Javier Martin (2):
      ASoC: Add TI tlv320aic32x4 codec support.
      ASoC: Add machine driver for Visstrim_M10 board.

Lars-Peter Clausen (6):
      ASoC: neo1973_wm8753: Remove scenario management code.
      ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module
      ASoC: neo1973_gta02_wm8753: Remove lm4853_{set,get}_state
      ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios
      ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driver
      ASoC: Add driver for the dfbmcs320 bluetooth module

Mark Brown (11):
      ASoC: Fix broken bitfield definitions in WM8978
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Add TLV information for WM8978 DAC limiter
      ASoC: Get the card directly from the DAPM context
      ASoC: Check for a CODEC before dereferencing in DAPM
      ASoC: Add a per-card DAPM context
      ASoC: Allow card DAPM widgets and routes to be set up at registration
      ASoC: Add a late_probe() callback to cards
      ASoC: Fix outdated API usage in tlv320aic32x4
      ASoC: Add missing debugfs conditionals
      ASoC: Add LM4857 to SND_SOC_ALL_CODECS

 include/sound/soc.h                      |   12 +
 include/sound/tlv320aic32x4.h            |   31 ++
 sound/soc/codecs/Kconfig                 |   13 +-
 sound/soc/codecs/Makefile                |    6 +
 sound/soc/codecs/cs4270.c                |    2 +-
 sound/soc/codecs/cs4271.c                |    7 +-
 sound/soc/codecs/dfbmcs320.c             |   72 +++
 sound/soc/codecs/lm4857.c                |  276 +++++++++++
 sound/soc/codecs/tlv320aic32x4.c         |  794 ++++++++++++++++++++++++++++++
 sound/soc/codecs/tlv320aic32x4.h         |  143 ++++++
 sound/soc/codecs/tlv320dac33.c           |    1 +
 sound/soc/codecs/wm8978.c                |   17 +-
 sound/soc/ep93xx/ep93xx-i2s.c            |    8 +-
 sound/soc/imx/Kconfig                    |   10 +
 sound/soc/imx/Makefile                   |    2 +
 sound/soc/imx/mx27vis-aic32x4.c          |  137 +++++
 sound/soc/samsung/Kconfig                |   19 +-
 sound/soc/samsung/Makefile               |    2 -
 sound/soc/samsung/lm4857.h               |   32 --
 sound/soc/samsung/neo1973_gta02_wm8753.c |  494 -------------------
 sound/soc/samsung/neo1973_wm8753.c       |  634 +++++++++---------------
 sound/soc/soc-core.c                     |   31 ++
 sound/soc/soc-dapm.c                     |   14 +-
 23 files changed, 1795 insertions(+), 962 deletions(-)
 create mode 100644 include/sound/tlv320aic32x4.h
 create mode 100644 sound/soc/codecs/dfbmcs320.c
 create mode 100644 sound/soc/codecs/lm4857.c
 create mode 100644 sound/soc/codecs/tlv320aic32x4.c
 create mode 100644 sound/soc/codecs/tlv320aic32x4.h
 create mode 100644 sound/soc/imx/mx27vis-aic32x4.c
 delete mode 100644 sound/soc/samsung/lm4857.h
 delete mode 100644 sound/soc/samsung/neo1973_gta02_wm8753.c

             reply	other threads:[~2011-03-08 14:04 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08 14:04 Mark Brown [this message]
2011-03-08 17:18 ` ASoC updates for 2.6.39 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-05-09 20:17 Mark Brown
2011-05-10  7:37 ` Takashi Iwai
2011-05-03 10:24 Mark Brown
2011-05-03 10:54 ` Takashi Iwai
2011-04-18 20:37 Mark Brown
2011-04-19  6:44 ` Takashi Iwai
2011-04-04 23:33 Mark Brown
2011-04-05  7:27 ` Takashi Iwai
2011-03-28 10:37 Mark Brown
2011-03-28 11:32 ` Takashi Iwai
2011-03-23 10:57 Mark Brown
2011-03-23 11:27 ` Takashi Iwai
2011-03-15 13:18 Mark Brown
2011-03-15 16:43 ` Takashi Iwai
2011-03-15 19:31   ` Mark Brown
2011-03-16  9:44     ` Liam Girdwood
2011-03-10 14:41 Mark Brown
2011-03-10 15:45 ` Takashi Iwai
2011-03-02 11:36 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-02-28 15:09 Mark Brown
2011-02-28 15:22 ` Takashi Iwai
2011-02-25 12:48 Mark Brown
2011-02-25 15:55 ` Takashi Iwai
2011-02-18 22:18 Mark Brown
2011-02-19 15:19 ` Takashi Iwai
2011-02-08 12:45 Mark Brown
2011-02-08 16:32 ` Takashi Iwai
2011-02-01 15:30 Mark Brown
2011-02-01 21:26 ` Takashi Iwai
2011-01-19 12:33 Mark Brown
2011-01-20  6:50 ` Takashi Iwai
2011-01-20 11:31   ` Mark Brown
2011-01-20 11:35     ` 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=20110308140408.GF20944@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=tiawi@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.