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: Fri, 23 Sep 2011 11:47:29 +0100	[thread overview]
Message-ID: <20110923104729.GA3165@opensource.wolfsonmicro.com> (raw)

The following changes since commit f648de832dbf6d1947ce5a7c0ed24a3a71d8545b:

  Merge branch 'for-3.1' into for-3.2 (2011-09-20 12:59:35 +0100)

are available in the git repository at:

  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.2

Axel Lin (5):
      ASoC: Staticise bf5xx_pcm_ac97_new()
      ASoC: Staticise bf5xx_pcm_i2s_new()
      ASoC: Staticise jz4740_pcm_new()
      ASoC: Staticise nuc900_dma_getposition()
      ASoC: Add Kconfig and Makefile entries for rt5631 codec

Bas Vermeulen (2):
      ASoC: 88pm860x-codec - Allow independent use of both I2S playback and capture
      ASoC: 88pm860x-codec - reset the codec correctly

Dong Aisheng (1):
      ASoC: soc-core: symmetry checking for each DAIs separately

Mark Brown (10):
      ASoC: Add WM5100 driver
      ASoC: Trace and collect statistics for DAPM graph walking
      ASoC: Factor out per-widget DAPM power checks
      ASoC: Ensure we generate a driver name
      Merge branch 'for-3.1' into for-3.2
      ASoC: Include delay.h in 88pm860x
      Merge branch 'peter/topic/for-mark/mcpdm_for-3.2' of git://gitorious.org/omap-audio/linux-audio into for-3.2
      ASoC: Dynamically manage DBVDD2 and DBVDD3 on WM5100
      ASoC: Add another DAPM stat for neighbour checks
      ASoC: Add missed BCLK rate to WM5100 driver

Misael Lopez Cruz (1):
      ASoC: omap-mcpdm: Replace legacy driver

Peter Ujfalusi (16):
      ASoC: tpa6130a2: Model support cleanup
      ASoC: tpa6130a2: Remove model_id from platform data
      OMAP: McPDM: Convert McPDM device to omap_device
      OMAP4: hwmod: enable mcpdm hwmod device.
      ASoC: omap-mcpdm: Fix threshold and dma configuration
      ASoC: OMAP4: McPDM: Convert to hwmod/omap_device
      ASoC: twl6040: Lower the power on gain values at startup
      ASoC: twl6040: Fix comments for register names
      ASoC: twl6040: Remove strings "NULL" from DAPM route
      ASoC: twl6040: Introduce SW only shadow register
      ASoC: twl6040: Earphone path correction
      ASoC: twl6040: Use consistent names for Handsfree path
      ASoC: twl6040: Use consistent names for Headset path
      ASoC: twl6040: Support for AUX L/R output
      ASoC: twl6040/sdp4430: Change legacy DAI name
      ASoC/MFD: twl6040: Combine bit definitions for Headset control registers

johnnyhsu@realtek.com (1):
      ASoC: Add driver for rt5631

 arch/arm/mach-omap2/board-rx51-peripherals.c |    1 -
 arch/arm/mach-omap2/devices.c                |   33 +
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c   |    2 +-
 arch/arm/plat-omap/devices.c                 |   36 -
 include/linux/mfd/twl6040.h                  |   13 +-
 include/sound/soc-dai.h                      |    3 +
 include/sound/soc-dapm.h                     |    6 +
 include/sound/soc.h                          |    3 +-
 include/sound/tpa6130a2-plat.h               |    6 -
 include/sound/wm5100.h                       |   59 +
 include/trace/events/asoc.h                  |   25 +
 sound/soc/blackfin/bf5xx-ac97-pcm.c          |    2 +-
 sound/soc/blackfin/bf5xx-i2s-pcm.c           |    2 +-
 sound/soc/codecs/88pm860x-codec.c            |   14 +-
 sound/soc/codecs/Kconfig                     |    8 +
 sound/soc/codecs/Makefile                    |    4 +
 sound/soc/codecs/rt5631.c                    | 1789 +++++++++
 sound/soc/codecs/rt5631.h                    |  701 ++++
 sound/soc/codecs/tpa6130a2.c                 |   12 +-
 sound/soc/codecs/twl6040.c                   |  223 +-
 sound/soc/codecs/wm5100-tables.c             | 1530 ++++++++
 sound/soc/codecs/wm5100.c                    | 2641 +++++++++++++
 sound/soc/codecs/wm5100.h                    | 5146 ++++++++++++++++++++++++++
 sound/soc/jz4740/jz4740-pcm.c                |    2 +-
 sound/soc/nuc900/nuc900-pcm.c                |    2 +-
 sound/soc/omap/Makefile                      |    2 +-
 sound/soc/omap/mcpdm.c                       |  470 ---
 sound/soc/omap/mcpdm.h                       |  153 -
 sound/soc/omap/omap-mcpdm.c                  |  442 ++-
 sound/soc/omap/omap-mcpdm.h                  |   95 +
 sound/soc/omap/sdp4430.c                     |    6 +-
 sound/soc/soc-core.c                         |   18 +-
 sound/soc/soc-dapm.c                         |  133 +-
 sound/soc/soc-pcm.c                          |   40 +-
 34 files changed, 12671 insertions(+), 951 deletions(-)
 create mode 100644 include/sound/wm5100.h
 create mode 100644 sound/soc/codecs/rt5631.c
 create mode 100644 sound/soc/codecs/rt5631.h
 create mode 100644 sound/soc/codecs/wm5100-tables.c
 create mode 100644 sound/soc/codecs/wm5100.c
 create mode 100644 sound/soc/codecs/wm5100.h
 delete mode 100644 sound/soc/omap/mcpdm.c
 delete mode 100644 sound/soc/omap/mcpdm.h
 create mode 100644 sound/soc/omap/omap-mcpdm.h

             reply	other threads:[~2011-09-23 10:47 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-23 10:47 Mark Brown [this message]
2011-09-23 13:23 ` 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-20 14:43 Mark Brown
2011-09-20 14:47 ` 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=20110923104729.GA3165@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).