From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.38
Date: Tue, 2 Nov 2010 10:54:57 -0400 [thread overview]
Message-ID: <20101102145456.GJ21476@opensource.wolfsonmicro.com> (raw)
The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
The only big change here is the addition of the ALC CODECs and the HP
thin client machine drivers that depend on them.
Arnaud Patard (2):
ASoC: add support for alc562[123] codecs
ASoC: kirkwood: Add audio support to hp t5325 thin clients
Eric Miao (1):
ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
Jarkko Nikula (3):
ASoC: Fix SND_SOC_ALL_CODECS typo for jz4740
ASoC: Include cx20442 to SND_SOC_ALL_CODECS
ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
Joe Perches (1):
ASoC: Update WARN uses in wm_hubs
Mark Brown (6):
ASoC: Check return value of struct_strtoul() in pmdown_time_set()
ASoC: Store DC offset correction for wm_hubs devices in class W mode
ASoC: Remove volatility from WM8900 POWER1 register
Merge branch 'for-2.6.37' into for-2.6.38
Merge commit 'v2.6.37-rc1' into for-2.6.37
Merge branch 'for-2.6.37' into HEAD
include/sound/alc5623.h | 15 +
sound/soc/codecs/Kconfig | 8 +-
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/alc5623.c | 1118 +++++++++++++++++++++++++++++++++++
sound/soc/codecs/alc5623.h | 161 +++++
sound/soc/codecs/wm8900.c | 6 -
sound/soc/codecs/wm8993.c | 2 +
sound/soc/codecs/wm8994.c | 3 +
sound/soc/codecs/wm_hubs.c | 69 ++-
sound/soc/codecs/wm_hubs.h | 3 +
sound/soc/kirkwood/Kconfig | 9 +
sound/soc/kirkwood/Makefile | 2 +
sound/soc/kirkwood/kirkwood-t5325.c | 141 +++++
sound/soc/pxa/tosa.c | 2 +-
sound/soc/soc-core.c | 5 +-
15 files changed, 1514 insertions(+), 32 deletions(-)
create mode 100644 include/sound/alc5623.h
create mode 100644 sound/soc/codecs/alc5623.c
create mode 100644 sound/soc/codecs/alc5623.h
create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c
next reply other threads:[~2010-11-02 14:54 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-02 14:54 Mark Brown [this message]
2010-11-02 15:17 ` ASoC updates for 2.6.38 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-11-22 11:14 Mark Brown
2010-11-22 12:16 ` Takashi Iwai
2010-11-24 13:16 Mark Brown
2010-11-24 13:41 ` Takashi Iwai
2010-11-29 19:08 Mark Brown
2010-11-30 7:21 ` Takashi Iwai
2010-12-03 17:46 Mark Brown
2010-12-04 7:59 ` Takashi Iwai
2010-12-06 14:35 Mark Brown
2010-12-06 14:39 ` Takashi Iwai
2010-12-09 16:17 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-14 18:38 Mark Brown
2010-12-14 19:05 ` Takashi Iwai
2010-12-22 11:03 Mark Brown
2010-12-22 11:59 ` Takashi Iwai
2010-12-23 12:05 Mark Brown
2010-12-23 14:11 ` Takashi Iwai
2010-12-27 17:43 Mark Brown
2010-12-27 17:51 Mark Brown
2011-01-05 12:50 Mark Brown
2011-01-08 12:06 ` Takashi Iwai
2011-01-12 11:17 Mark Brown
2011-01-12 11:44 ` Takashi Iwai
2011-01-18 13:03 Mark Brown
2011-01-18 13:06 ` Takashi Iwai
2011-01-19 10:22 Mark Brown
2011-01-19 11:29 ` Takashi Iwai
2011-01-19 11:35 ` Mark Brown
2011-01-24 15:17 Mark Brown
2011-01-24 16:44 ` Takashi Iwai
2011-01-26 11:34 Mark Brown
2011-01-26 13:40 ` Takashi Iwai
2011-02-01 14:56 Mark Brown
2011-02-01 21:25 ` Takashi Iwai
2011-02-08 11:34 Mark Brown
2011-02-08 16:31 ` Takashi Iwai
2011-02-18 4:19 Mark Brown
2011-02-22 4:49 ` Mark Brown
2011-02-22 7:24 ` Takashi Iwai
2011-02-25 11:51 Mark Brown
2011-02-25 11:59 ` Takashi Iwai
2011-03-02 11:34 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-03-10 14:20 Mark Brown
2011-03-10 15:45 ` 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=20101102145456.GJ21476@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=lrg@slimlogic.co.uk \
--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).