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@ti.com>
Subject: ASoC updates for 3.4
Date: Tue, 6 Mar 2012 13:02:16 +0000	[thread overview]
Message-ID: <20120306130216.GS19635@opensource.wolfsonmicro.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4350 bytes --]

The following changes since commit ad20ff920c1fd217578e2c637dd50c1878a21c06:

  ASoC: wm8753: fix initialization (2012-03-04 14:34:44 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.4

for you to fetch changes up to 9d5ef2663fe220a88412a7190942b7d933da0333:

  ASoC: fsl: add dt support for imx-audmux (2012-03-06 12:44:21 +0000)

----------------------------------------------------------------
A few more ASoC updates, the main one is the move of the audmux driver
from arch/arm into sound/soc.  There's also some general driver specific
tweaks and fixes.
----------------------------------------------------------------

Axel Lin (1):
      ASoC: Add missing regmap_init_i2c in wm8804_i2c_probe

Mark Brown (4):
      ASoC: dapm: Show if widgets are forced in debugfs
      ASoC: wm8994: Use audio mode for jack detection when system is active
      ASoC: wm8962: Remove unneeded pm_runtime_set_active()
      ASoC: wm8962: Remove defaults for volatile registers

Richard Zhao (2):
      ARM: imx: convert audmux to a platform driver
      ASoC: fsl: add dt support for imx-audmux

Shawn Guo (7):
      ASoC: imx: move eukrea audmux call into ASoC machine driver
      ASoC: imx: move phycore audmux call into ASoC machine driver
      ARM: imx: merge audmux-v1 and audmux-v2
      ASoC: imx: move audmux driver into sound/soc/imx
      ASoC: imx: rename audmux prefix mxc to imx
      ASoC: imx: separate imx-pcm bits from imx-ssi driver
      ASoC: imx: add an explicit Kconfig option for imx-ssi driver

 .../devicetree/bindings/sound/imx-audmux.txt       |   13 ++
 arch/arm/mach-imx/Kconfig                          |    6 -
 arch/arm/mach-imx/eukrea_mbimx27-baseboard.c       |   20 --
 arch/arm/mach-imx/eukrea_mbimxsd-baseboard.c       |    1 -
 arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c     |   17 --
 arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c     |   17 --
 arch/arm/mach-imx/mach-pca100.c                    |   13 --
 arch/arm/mach-imx/mach-pcm043.c                    |   13 --
 arch/arm/mach-imx/mm-imx21.c                       |    6 +
 arch/arm/mach-imx/mm-imx25.c                       |    7 +
 arch/arm/mach-imx/mm-imx27.c                       |    7 +
 arch/arm/mach-imx/mm-imx3.c                        |   13 ++
 arch/arm/mach-imx/mm-imx5.c                        |   22 +++
 arch/arm/plat-mxc/Kconfig                          |    6 -
 arch/arm/plat-mxc/Makefile                         |    2 -
 arch/arm/plat-mxc/audmux-v1.c                      |   64 -------
 arch/arm/plat-mxc/include/mach/audmux.h            |   60 -------
 sound/soc/codecs/wm8804.c                          |    6 +
 sound/soc/codecs/wm8962.c                          |   18 +--
 sound/soc/codecs/wm8994.c                          |   77 +++++---
 sound/soc/codecs/wm8994.h                          |    1 +
 sound/soc/imx/Kconfig                              |   21 ++-
 sound/soc/imx/Makefile                             |   15 +-
 sound/soc/imx/eukrea-tlv320.c                      |   40 ++++-
 .../audmux-v2.c => sound/soc/imx/imx-audmux.c      |  185 +++++++++++++++-----
 sound/soc/imx/imx-audmux.h                         |   60 +++++++
 sound/soc/imx/imx-pcm-dma-mx2.c                    |    2 +-
 sound/soc/imx/imx-pcm.c                            |  105 +++++++++++
 sound/soc/imx/imx-pcm.h                            |   32 ++++
 sound/soc/imx/imx-ssi.c                            |   88 ---------
 sound/soc/imx/imx-ssi.h                            |   16 +--
 sound/soc/imx/mx27vis-aic32x4.c                    |   20 +-
 sound/soc/imx/phycore-ac97.c                       |   27 +++-
 sound/soc/imx/wm1133-ev1.c                         |   25 ++--
 sound/soc/soc-dapm.c                               |    5 +-
 35 files changed, 581 insertions(+), 449 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/imx-audmux.txt
 delete mode 100644 arch/arm/plat-mxc/audmux-v1.c
 delete mode 100644 arch/arm/plat-mxc/include/mach/audmux.h
 rename arch/arm/plat-mxc/audmux-v2.c => sound/soc/imx/imx-audmux.c (52%)
 create mode 100644 sound/soc/imx/imx-audmux.h
 create mode 100644 sound/soc/imx/imx-pcm.c
 create mode 100644 sound/soc/imx/imx-pcm.h

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2012-03-06 13:02 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06 13:02 Mark Brown [this message]
2012-03-06 13:47 ` ASoC updates for 3.4 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2012-05-02  9:30 Mark Brown
2012-05-05  9:38 ` Takashi Iwai
2012-04-23 16:28 Mark Brown
2012-04-23 16:41 ` Takashi Iwai
2012-04-07 10:21 Mark Brown
2012-04-07 10:31 ` Takashi Iwai
2012-03-29 12:08 Mark Brown
2012-03-29 16:02 ` Takashi Iwai
2012-03-29 16:35   ` Mark Brown
2012-03-14 14:07 Mark Brown
2012-03-15  6:39 ` Takashi Iwai
     [not found] <20120304153255.GB4978@opensource.wolfsonmicro.com>
2012-03-05 12:21 ` Mark Brown
2012-03-05 14:17   ` Takashi Iwai
2012-01-24 20:11 Mark Brown
2012-01-24 20:33 ` Takashi Iwai
2012-01-24 20:46   ` Mark Brown
2012-01-25  9:14     ` Takashi Iwai
2012-01-25 11:35       ` Mark Brown
2012-01-26 15:43         ` Takashi Iwai
2012-01-26 15:57           ` Mark Brown
2012-01-26 16:10             ` Takashi Iwai
2012-01-26 16:40               ` Mark Brown
2012-01-26 16:46                 ` 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=20120306130216.GS19635@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 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.