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: Sun, 21 Aug 2011 13:10:10 +0100 [thread overview]
Message-ID: <20110821121010.GB12673@opensource.wolfsonmicro.com> (raw)
The following changes since commit c18eee31812d42ecd0aa5c39d21d41c15b30eaab:
ASoC: Add bitfield definitions for WM8958 MICBIAS registers (2011-08-12 14:23:04 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.2
Axel Lin (10):
ASoC: soc-jack: Fix checking return value of request_any_context_irq
ASoC: sta32x: Fix a memory leak if snd_soc_register_codec fails
ASoC: s6000-pcm: remove unused variable 'dai'
ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_cache_init
ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_lzo_get_blksize
ASoC: soc-pcm: Remove unused global mutex
ASoC: nuc900-pcm: remove unused variable 'dai'
ASoC: sta32x: shortcut the for loop to get ir and mcs
ASoC: Remove unreachable code in au1xac97c_drvprobe and au1xi2s_drvprobe
ASoC: sta32x: Move resource allocation and release to the corresponding callback functions
Jarkko Nikula (1):
ASoC: omap: Fix build errors in ams-delta
Lars-Peter Clausen (3):
ASoC: DAPM: Allow multiple mixer sources to be routed via the same switch
ASoC: Add ADAU1373 codec support
ASoC: Blackfin: ADAU1373 eval board support
Mark Brown (25):
ASoC: Add device tree binding for WM8510
ASoC: Add device tree binding for WM8523
ASoC: Add device tree support for WM8580
ASoC: Add device tree binding for WM8711
ASoC: Add device tree binding for WM8728
ASoC: Add device tree binding for WM8737
ASoC: Add device tree binding for WM8750
ASoC: Add device tree binding for WM8753
ASoC: Add VMID widget for wm_hubs devices
ASoC: Disable WM8994 VMID for digital only paths
ASoC: Move WM8962 CLKREG_OVD earlier
ASoC: Remove redundant -codec from WM8750
Merge branch 'for-3.1' into for-3.2
ASoC: Support !CONFIG_REGMAP builds
Merge branch 'for-3.1' into for-3.2
Merge branch 'for-3.1' into for-3.2
ASoC: Add device tree binding for WM8741
ASoC: Correct revision display for WM1250-EV1 module
ASoC: Disable pulls on WM8994 AIF2 when starting it
ASoC: Run Speyside WM8962 at 512fs
ASoC: Add WM8958 noise gate support
ASoC: Implement WM8994 thermal warning and shutdown interrupt support
ASoC: Fix backport of WM8994 thermal warning
Merge branch 'for-3.1' into for-3.2
Merge branch 'for-3.1' into for-3.2
Sascha Hauer (1):
ASoC: Fix check for symmetric rate enforcement
Scott Jiang (5):
ASoC: ad193x: fix registers definition
ASoC: ad193x: fix dac word len setting
ASoC: ad193x: fix system clock
ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix
ASoC: ad193x: remove cache support
Takashi Iwai (1):
ASoC: Fix compile warning in wm8750.c
Timur Tabi (2):
ASoC: claim the IRQ when the fsl_ssi device is probed, not opened
ASoC: fsl: fix build warning in fsl_dma
Vasily Khoruzhick (2):
ASoC: h1940: Fix compilation error due to missing header
ASoC: rx1950: Fix compilation error due to missing header
Documentation/devicetree/bindings/sound/wm8510.txt | 18 +
Documentation/devicetree/bindings/sound/wm8523.txt | 16 +
Documentation/devicetree/bindings/sound/wm8580.txt | 16 +
Documentation/devicetree/bindings/sound/wm8711.txt | 18 +
Documentation/devicetree/bindings/sound/wm8728.txt | 18 +
Documentation/devicetree/bindings/sound/wm8737.txt | 18 +
Documentation/devicetree/bindings/sound/wm8741.txt | 18 +
Documentation/devicetree/bindings/sound/wm8750.txt | 18 +
Documentation/devicetree/bindings/sound/wm8753.txt | 18 +
include/linux/mfd/wm8994/registers.h | 45 +
include/sound/adau1373.h | 34 +
sound/soc/au1x/ac97c.c | 2 -
sound/soc/au1x/i2sc.c | 1 -
sound/soc/blackfin/Kconfig | 13 +
sound/soc/blackfin/Makefile | 2 +
sound/soc/blackfin/bf5xx-ad193x.c | 2 +-
sound/soc/blackfin/bfin-eval-adau1373.c | 202 +++
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/ad193x.c | 11 +-
sound/soc/codecs/ad193x.h | 5 +-
sound/soc/codecs/adau1373.c | 1414 ++++++++++++++++++++
sound/soc/codecs/adau1373.h | 29 +
sound/soc/codecs/sta32x.c | 22 +-
sound/soc/codecs/wm1250-ev1.c | 2 +-
sound/soc/codecs/wm8510.c | 8 +
sound/soc/codecs/wm8523.c | 7 +
sound/soc/codecs/wm8580.c | 7 +
sound/soc/codecs/wm8711.c | 9 +
sound/soc/codecs/wm8728.c | 9 +
sound/soc/codecs/wm8737.c | 10 +
sound/soc/codecs/wm8741.c | 9 +
sound/soc/codecs/wm8750.c | 16 +-
sound/soc/codecs/wm8753.c | 9 +
sound/soc/codecs/wm8962.c | 8 +-
sound/soc/codecs/wm8993.c | 4 +
sound/soc/codecs/wm8994-tables.c | 12 +-
sound/soc/codecs/wm8994.c | 264 +++-
sound/soc/codecs/wm8994.h | 2 +
sound/soc/codecs/wm_hubs.c | 16 +
sound/soc/fsl/fsl_dma.c | 1 -
sound/soc/fsl/fsl_ssi.c | 61 +-
sound/soc/nuc900/nuc900-pcm.c | 1 -
sound/soc/omap/ams-delta.c | 6 +-
sound/soc/pxa/spitz.c | 2 +-
sound/soc/pxa/z2.c | 2 +-
sound/soc/s6000/s6000-pcm.c | 1 -
sound/soc/samsung/h1940_uda1380.c | 1 +
sound/soc/samsung/jive_wm8750.c | 2 +-
sound/soc/samsung/rx1950_uda1380.c | 1 +
sound/soc/samsung/smartq_wm8987.c | 2 +-
sound/soc/samsung/speyside_wm8962.c | 4 +-
sound/soc/soc-cache.c | 7 -
sound/soc/soc-dapm.c | 6 +-
sound/soc/soc-io.c | 11 +-
sound/soc/soc-jack.c | 2 +-
sound/soc/soc-pcm.c | 5 +-
57 files changed, 2309 insertions(+), 144 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/wm8510.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8523.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8580.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8711.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8728.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8737.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8741.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8750.txt
create mode 100644 Documentation/devicetree/bindings/sound/wm8753.txt
create mode 100644 include/sound/adau1373.h
create mode 100644 sound/soc/blackfin/bfin-eval-adau1373.c
create mode 100644 sound/soc/codecs/adau1373.c
create mode 100644 sound/soc/codecs/adau1373.h
next reply other threads:[~2011-08-21 12:10 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-21 12:10 Mark Brown [this message]
2011-08-21 13:47 ` 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-23 10:47 Mark Brown
2011-09-23 13:23 ` 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-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=20110821121010.GB12673@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).