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.36
Date: Tue, 20 Jul 2010 13:43:30 +0100 [thread overview]
Message-ID: <20100720124330.GO10222@rakim.wolfsonmicro.main> (raw)
The following changes since commit 0c74a939d84730818bc9bf1efa5ad7184bb2f248:
ASoC: au1x: fix section mismatch in psc-i2s.c (2010-07-13 12:39:14 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Axel Lin (2):
ASoC: wm8727: add a missing return in wm8727_platform_probe
ASoC:: remove a redundant snd_soc_unregister_codec call in wm8988_register
Chanwoo Choi (2):
ASoC: Select wm_hubs automatically for WM8994
ASoC:Support Samsung SoC(S5P) in I2Sv2
Eric Bénard (1):
ASoC: eukrea-tlv320: add support for cpuimx35sd
Kulikov Vasiliy (3):
ASoC: davinci: check kzalloc() result (typo)
ASoC: imx: check kzalloc() result and fix memory leak
ASoC: imx: check kzalloc() result and fix memory leak
Kuninori Morimoto (1):
ASoC: fsi: Add specified ID for soc-audio
Mark Brown (8):
Merge branch 'for-2.6.35' into for-2.6.36
ASoC: Handle read failures in codec_reg
ASoC: Remove duplicate AUX definition from WM8776
Merge branch 'for-2.6.35' into for-2.6.36
ASoC: Explicitly disable DC servo on WM hubs headphone powerdown
ASoC: Implement WM8994 AIF1ADC2 paths
Merge branch 'for-2.6.35' into for-2.6.36
ASoC: Unconditionally enable WM8994 AIF1ADC TDM mode
Sekhar Nori (1):
ASoC: davinci: let platform data define edma queue numbers
arch/arm/mach-davinci/board-da830-evm.c | 2 +-
arch/arm/mach-davinci/board-da850-evm.c | 2 +-
arch/arm/mach-davinci/board-dm646x-evm.c | 4 +-
arch/arm/mach-davinci/include/mach/asp.h | 3 +-
include/sound/sh_fsi.h | 3 ++
sound/soc/codecs/Kconfig | 4 +-
sound/soc/codecs/wm8727.c | 2 +
sound/soc/codecs/wm8776.c | 1 -
sound/soc/codecs/wm8988.c | 1 -
sound/soc/codecs/wm8994.c | 32 ++++++++++++++++++++++++++++++
sound/soc/codecs/wm_hubs.c | 2 +
sound/soc/davinci/davinci-i2s.c | 10 +++++++++
sound/soc/davinci/davinci-mcasp.c | 6 +++-
sound/soc/davinci/davinci-pcm.c | 5 ++-
sound/soc/davinci/davinci-pcm.h | 3 +-
sound/soc/davinci/davinci-vcif.c | 2 +-
sound/soc/imx/Kconfig | 2 +-
sound/soc/imx/eukrea-tlv320.c | 3 +-
sound/soc/imx/imx-pcm-dma-mx2.c | 6 ++++-
sound/soc/imx/imx-pcm-fiq.c | 6 ++++-
sound/soc/s3c24xx/s3c-i2s-v2.c | 3 +-
sound/soc/sh/fsi-ak4642.c | 4 +-
sound/soc/sh/fsi-da7210.c | 4 +-
sound/soc/soc-core.c | 22 +++++++++++++++----
24 files changed, 103 insertions(+), 29 deletions(-)
next reply other threads:[~2010-07-20 12:43 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-20 12:43 Mark Brown [this message]
2010-07-20 14:39 ` ASoC updates for 2.6.36 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-10-07 21:16 Mark Brown
2010-10-11 11:59 ` Takashi Iwai
2010-08-13 14:49 Mark Brown
2010-08-13 16:12 ` Takashi Iwai
2010-08-10 14:52 Mark Brown
2010-08-10 14:56 ` Takashi Iwai
2010-08-03 9:09 Mark Brown
2010-08-03 9:55 ` Takashi Iwai
2010-07-29 17:55 Mark Brown
2010-07-29 18:06 ` Takashi Iwai
2010-07-08 23:56 Mark Brown
2010-07-09 8:11 ` Takashi Iwai
2010-07-06 0:21 Mark Brown
2010-07-06 6:23 ` Takashi Iwai
2010-07-01 18:43 Mark Brown
2010-07-04 9:23 ` Mark Brown
2010-07-05 7:00 ` Takashi Iwai
2010-06-22 23:27 Mark Brown
2010-06-23 7:46 ` Takashi Iwai
2010-06-16 14:23 Mark Brown
2010-06-16 16:06 ` Mark Brown
2010-06-16 17:31 ` Takashi Iwai
2010-06-15 11:34 Mark Brown
2010-06-15 13:05 ` Takashi Iwai
2010-06-07 13:41 Mark Brown
2010-06-07 16:42 ` Takashi Iwai
2010-05-31 13:03 Mark Brown
2010-05-31 16:15 ` 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=20100720124330.GO10222@rakim.wolfsonmicro.main \
--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