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.37
Date: Mon, 22 Nov 2010 11:06:13 +0000 [thread overview]
Message-ID: <20101122110612.GA16504@rakim.wolfsonmicro.main> (raw)
The following changes since commit 75e3f3137cb570661c2ad3035a139dda671fbb63:
ASoC: tpa6130a2: Get rid of compile warning from tpa6130a2_power (2010-11-03 15:50:46 +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.37
Mostly small fixes - a lot of them due to your holiday (hope you had a
good time!). The big changes are the i.MX DMA update which was
postponed until after the i.MX tree had been merged into mainline.
The new support for the Maxim chip is just a new device ID, no
functional code changes.
Axel Lin (3):
ASoC: Fix snd_soc_register_dais error handling
ASoC: Return proper error if snd_soc_register_dais fails in psc_i2s_of_probe
ASoC: uda134x - set reg_cache_default to uda134x_reg
Chris Paulson-Ellis (1):
ASoC: davinci: fixes for multi-component
Dimitris Papastamos (1):
ASoC: WM8776: Removed unneeded struct member
Jesse Marroquin (1):
ASoC: Add support for MAX98089 CODEC
Marek Belisko (1):
ASoC: s3c24xx: Fix compilation problem for mini2440
Mark Brown (7):
Merge remote branch 'takashi/fix/asoc' into for-2.6.37
ASoC: Check return value of strict_strtoul() in WM8962
ASoC: Lock the CODEC in PXA external jack controls
ASoC: Remove broken WM8350 direction constants
ASoC: Ensure sane WM835x AIF configuration by default
ASoC: Fix dapm_seq_compare() for multi-component
ASoC: Fix register cache setup WM8994 for multi-component
Ryan Mallon (1):
Fix Atmel soc audio boards Kconfig dependency
Sascha Hauer (5):
ASoC i.MX eukrea tlv320: Fix for multicomponent
ASoC i.MX phycore ac97: remove unnecessary includes
ASoC i.MX: register dma audio device
ASoC i.MX: switch to new DMA api
phycore-ac97: add ac97 to cardname
Vasily Khoruzhick (1):
ASoC: RX1950: Fix hw_params function
arch/arm/mach-davinci/dm355.c | 6 +-
arch/arm/mach-davinci/dm365.c | 6 +-
arch/arm/mach-davinci/dm644x.c | 4 +-
include/linux/mfd/wm8350/audio.h | 3 -
sound/soc/atmel/Kconfig | 5 +-
sound/soc/codecs/max98088.c | 11 ++-
sound/soc/codecs/uda134x.c | 1 +
sound/soc/codecs/wm8350.c | 9 ++-
sound/soc/codecs/wm8776.c | 1 -
sound/soc/codecs/wm8962.c | 5 +-
sound/soc/codecs/wm8994.c | 2 +
sound/soc/davinci/davinci-evm.c | 40 +++++--
sound/soc/davinci/davinci-i2s.c | 15 ++-
sound/soc/davinci/davinci-mcasp.c | 13 ++-
sound/soc/davinci/davinci-sffsdr.c | 2 +-
sound/soc/davinci/davinci-vcif.c | 13 ++-
sound/soc/fsl/mpc5200_psc_i2s.c | 2 +-
sound/soc/imx/eukrea-tlv320.c | 8 +-
sound/soc/imx/imx-pcm-dma-mx2.c | 221 ++++++++++++++++--------------------
sound/soc/imx/imx-ssi.c | 44 +++++---
sound/soc/imx/imx-ssi.h | 4 +
sound/soc/imx/phycore-ac97.c | 5 +-
sound/soc/pxa/corgi.c | 5 +
sound/soc/pxa/magician.c | 4 +
sound/soc/pxa/poodle.c | 5 +
sound/soc/pxa/spitz.c | 5 +
sound/soc/pxa/tosa.c | 5 +
sound/soc/s3c24xx/Kconfig | 1 +
sound/soc/s3c24xx/rx1950_uda1380.c | 20 +---
sound/soc/soc-core.c | 9 +-
sound/soc/soc-dapm.c | 4 +-
31 files changed, 268 insertions(+), 210 deletions(-)
next reply other threads:[~2010-11-22 11:06 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-22 11:06 Mark Brown [this message]
2010-11-22 12:16 ` ASoC updates for 2.6.37 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-12-30 12:54 Mark Brown
2011-01-02 10:05 ` Takashi Iwai
2010-12-09 16:16 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-08 15:08 Mark Brown
2010-12-08 15:15 ` Takashi Iwai
2010-12-06 14:18 Mark Brown
2010-12-06 14:31 ` Takashi Iwai
2010-12-06 14:33 ` Mark Brown
2010-12-06 14:35 ` Takashi Iwai
2010-12-02 13:28 Mark Brown
2010-12-02 16:17 ` Takashi Iwai
2010-12-02 16:18 ` Mark Brown
2010-12-02 16:20 ` Takashi Iwai
2010-12-02 16:29 ` Liam Girdwood
2010-12-02 16:36 ` Takashi Iwai
2010-11-29 18:57 Mark Brown
2010-11-30 7:20 ` Takashi Iwai
2010-11-26 13:13 Mark Brown
2010-11-26 14:37 ` Takashi Iwai
2010-11-24 13:07 Mark Brown
2010-11-24 13:40 ` Takashi Iwai
2010-11-02 14:50 Mark Brown
2010-11-01 19:50 Mark Brown
2010-11-02 7:06 ` Takashi Iwai
2010-10-22 17:32 Mark Brown
2010-10-22 18:05 ` Takashi Iwai
2010-10-22 18:43 ` Mark Brown
2010-10-23 9:23 ` Takashi Iwai
2010-10-21 20:45 Mark Brown
2010-10-21 21:16 ` Takashi Iwai
2010-10-15 12:29 Mark Brown
2010-10-17 8:13 ` Takashi Iwai
2010-10-13 17:53 Mark Brown
2010-10-14 8:10 ` Takashi Iwai
2010-10-11 12:11 Mark Brown
2010-10-11 12:17 ` Takashi Iwai
2010-10-11 12:32 ` Mark Brown
2010-10-11 12:35 ` Takashi Iwai
2010-10-07 21:17 Mark Brown
2010-10-11 11:59 ` Takashi Iwai
2010-10-05 19:14 Mark Brown
2010-10-06 6:24 ` Takashi Iwai
2010-10-06 6:34 ` Mark Brown
2010-10-06 7:10 ` Takashi Iwai
2010-10-06 7:31 ` Mark Brown
2010-10-06 7:35 ` Takashi Iwai
2010-10-06 9:25 ` Dimitris Papastamos
2010-10-06 13:30 ` Takashi Iwai
2010-10-06 13:40 ` Dimitris Papastamos
2010-10-06 13:46 ` Takashi Iwai
2010-10-06 14:13 ` Dimitris Papastamos
2010-10-06 14:24 ` Takashi Iwai
2010-10-06 14:29 ` Dimitris Papastamos
2010-10-06 15:19 ` Mark Brown
2010-10-04 18:22 Mark Brown
2010-10-05 5:53 ` Takashi Iwai
2010-09-30 20:49 Mark Brown
2010-09-30 21:04 ` Takashi Iwai
2010-09-30 0:30 Mark Brown
2010-09-30 5:40 ` Takashi Iwai
2010-09-27 0:24 Mark Brown
2010-09-27 6:20 ` Takashi Iwai
2010-09-27 8:21 ` Dimitris Papastamos
2010-09-27 8:30 ` Takashi Iwai
2010-09-27 8:58 ` Dimitris Papastamos
2010-09-27 16:03 ` Mark Brown
2010-09-22 11:52 Mark Brown
2010-09-22 14:24 ` 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=20101122110612.GA16504@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 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.