From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: ASoC updates for 2.6.32
Date: Thu, 25 Jun 2009 11:21:44 +0100 [thread overview]
Message-ID: <20090625102141.GA17812@sirena.org.uk> (raw)
The following changes since commit 28d0325ce6e0a52f53d8af687e6427fee59004d3:
Linus Torvalds (1):
Linux 2.6.31-rc1
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.32
Barry Song (1):
ASoC: Blackfin: convert internal names from bf52x to bf5xx
Daniel Ribeiro (2):
ASoC: Allow 32 bit registers for DAPM
ASoC: remove duplicated code on pxa-ssp.c
Lopez Cruz, Misael (4):
ASoC: Zoom2: Add machine driver for Zoom2 board
ASoC: TWL4030: Fix voice interface clock masters
ASoC: TWL4030: Add AVADC Clock Priority
ASoC: TWL4030: Correct bypass event for voice sidetone
Mark Brown (20):
ASoC: Sort DAPM power sequences while building lists
ASoC: Factor out DAPM sequence execution
ASoC: Coalesce register writes for DAPM sequences
ASoC: Sort specialised mixers and muxes together
ASoC: Coalesce power updates for DAPM widgets with events
ASoC: Coalesce power updates for PGAs
ASoC: Make DAPM power sequence lists local variables
Merge branch 'dapm' into for-2.6.32
ASoC: Add WM8961 driver
ASoC: Automatically control WM8903 sloping stopband filter
ASoC: Automatically manage WM8900 sloping stopband filter
ASoC: Automatically manage WM8350 sloping stopband filter
ASoC: Add stub suspend and resume calls for ASoC subdevices
ASoC: Add suspend and resume callbacks to Wolfson CODEC drivers
ASoC: Regulator support for WM8580
ASoC: Fix shadowed variables in twl4030
ASoC: Staticise put_twl4030_opmode_enum_double()
Merge branch 'wm8961' into for-2.6.32
ASoC: Add a shutdown callback
Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.32
Philipp Zabel (1):
ASoC: UDA1380: refactor device registration
include/sound/soc-dapm.h | 1 +
include/sound/soc.h | 11 +-
include/sound/uda1380.h | 22 +
sound/soc/blackfin/bf5xx-ad73311.c | 16 +-
sound/soc/blackfin/bf5xx-ssm2602.c | 16 +-
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/twl4030.c | 38 +-
sound/soc/codecs/uda1380.c | 313 +++++----
sound/soc/codecs/uda1380.h | 8 -
sound/soc/codecs/wm8350.c | 40 +-
sound/soc/codecs/wm8400.c | 17 +
sound/soc/codecs/wm8580.c | 55 ++-
sound/soc/codecs/wm8731.c | 39 ++
sound/soc/codecs/wm8753.c | 35 +
sound/soc/codecs/wm8900.c | 30 +-
sound/soc/codecs/wm8903.c | 27 +-
sound/soc/codecs/wm8940.c | 17 +
sound/soc/codecs/wm8960.c | 17 +
sound/soc/codecs/wm8961.c | 1309 ++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8961.h | 866 ++++++++++++++++++++++++
sound/soc/codecs/wm8988.c | 34 +
sound/soc/codecs/wm9081.c | 17 +
sound/soc/omap/Kconfig | 7 +
sound/soc/omap/Makefile | 2 +
sound/soc/omap/sdp3430.c | 2 +-
sound/soc/omap/zoom2.c | 301 +++++++++
sound/soc/pxa/magician.c | 54 +-
sound/soc/pxa/pxa-ssp.c | 50 +-
sound/soc/soc-core.c | 83 ++-
sound/soc/soc-dapm.c | 347 ++++++++---
31 files changed, 3428 insertions(+), 352 deletions(-)
create mode 100644 include/sound/uda1380.h
create mode 100644 sound/soc/codecs/wm8961.c
create mode 100644 sound/soc/codecs/wm8961.h
create mode 100644 sound/soc/omap/zoom2.c
next reply other threads:[~2009-06-25 10:21 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-25 10:21 Mark Brown [this message]
2009-06-25 10:36 ` ASoC updates for 2.6.32 Takashi Iwai
2009-06-25 11:01 ` Mark Brown
2009-06-25 12:16 ` Takashi Iwai
2009-06-25 12:49 ` Mark Brown
2009-06-25 12:51 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2009-06-25 13:11 Mark Brown
2009-07-01 20:45 ASoC updates for 2.6.31 Mark Brown
2009-07-01 20:59 ` ASoC updates for 2.6.32 Mark Brown
2009-07-02 8:56 ` Takashi Iwai
2009-07-06 21:42 Mark Brown
2009-07-08 16:38 Mark Brown
2009-07-09 7:35 ` Takashi Iwai
2009-07-10 19:25 ASoC updates for 2.6.31 Mark Brown
2009-07-13 22:28 ` ASoC updates for 2.6.32 Mark Brown
2009-07-15 10:25 Mark Brown
2009-07-15 12:00 ` Takashi Iwai
2009-07-16 12:06 Mark Brown
2009-07-16 13:26 ` Takashi Iwai
2009-07-24 14:33 Mark Brown
2009-07-24 14:59 ` Takashi Iwai
2009-07-28 21:43 Mark Brown
2009-07-29 6:55 ` Takashi Iwai
2009-07-31 21:58 Mark Brown
2009-08-03 6:49 ` Takashi Iwai
2009-08-07 11:08 Mark Brown
2009-08-07 11:30 ` Takashi Iwai
2009-08-10 12:13 Mark Brown
2009-08-10 12:19 ` Takashi Iwai
2009-08-11 16:31 Mark Brown
2009-08-11 20:48 ` Takashi Iwai
2009-08-18 8:57 Mark Brown
2009-08-18 10:21 ` Takashi Iwai
2009-08-19 15:20 Mark Brown
2009-08-19 15:34 ` Takashi Iwai
2009-08-20 20:10 Mark Brown
2009-08-20 23:31 ` Takashi Iwai
2009-08-23 10:16 Mark Brown
2009-08-23 17:06 ` Takashi Iwai
2009-08-23 17:38 ` Mark Brown
2009-08-28 0:29 ` Marek Vasut
2009-08-28 13:49 ` Mark Brown
2009-08-29 19:03 ` Marek Vasut
2009-08-30 9:47 ` Mark Brown
2009-08-25 10:09 Mark Brown
2009-08-25 10:15 ` Takashi Iwai
2009-08-26 18:15 Mark Brown
2009-08-26 19:23 ` Takashi Iwai
2009-08-28 9:48 ` Mark Brown
2009-08-28 17:04 ` Takashi Iwai
2009-08-28 18:00 ` Mark Brown
2009-08-28 19:43 ` Takashi Iwai
2009-09-01 12:52 Mark Brown
2009-09-01 14:18 ` Takashi Iwai
2009-09-04 21:03 Mark Brown
2009-09-05 8:28 ` Takashi Iwai
2009-09-07 18:06 Mark Brown
2009-09-08 6:40 ` Takashi Iwai
2009-09-16 20:15 Mark Brown
2009-09-17 16:32 ` Takashi Iwai
2009-09-19 8:07 Mark Brown
2009-09-20 16:21 ` Takashi Iwai
2009-09-22 18:00 Mark Brown
2009-09-22 20:15 ` Takashi Iwai
2009-09-23 17:48 Mark Brown
2009-09-24 7:44 ` Takashi Iwai
2009-10-01 15:08 Mark Brown
2009-10-01 15:33 ` Takashi Iwai
2009-10-02 6:22 ` Peter Ujfalusi
2009-10-02 10:05 ` Mark Brown
2009-10-05 9:35 Mark Brown
2009-10-08 9:45 Mark Brown
2009-10-08 9:52 ` Takashi Iwai
2009-10-30 10:47 Mark Brown
2009-11-06 13:26 Mark Brown
2009-11-06 13:53 ` Takashi Iwai
2009-11-06 14:23 ` Mark Brown
2009-11-06 14:37 ` Takashi Iwai
2009-11-06 15:06 ` Mark Brown
2009-11-06 15:14 ` Takashi Iwai
2009-11-18 14:30 Mark Brown
2009-11-18 17:09 ` 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=20090625102141.GA17812@sirena.org.uk \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--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.