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.4
Date: Wed, 14 Mar 2012 14:07:14 +0000 [thread overview]
Message-ID: <20120314140713.GM3133@opensource.wolfsonmicro.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 3164 bytes --]
The following changes since commit 303076342b8a30aa98f8a53b539155d0b81ff0c3:
Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc (2012-03-06 14:04:16 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.4
for you to fetch changes up to 5ec65ee589fdaca7298b6303fd74ad6c121a8f38:
ASoC: mx27vis-aic32x4: Convert it to platform driver (2012-03-13 23:09:59 +0000)
----------------------------------------------------------------
Linus decided to go for another week so here's a few more updates - a
mixed bag here, a few minor diagnostic tweaks, some driver enhancements
and the dmaengine conversion for ep93xx drivers which was tested a while
ago and just waiting for a signoff.
----------------------------------------------------------------
Ashish Chavan (2):
ASoC: da7210: Update for using I2C regmap
ASoC: da7210: Remove extra registers from defaults list
Fabio Estevam (2):
ASoC: imx: imx-audmux: Fix section mismatch
ASoC: mx27vis-aic32x4: Convert it to platform driver
Lars-Peter Clausen (1):
ASoC: ep93xx-pcm: Use dmaengine PCM helper functions
Liam Girdwood (3):
ASoC: dapm: Use dev_warn for debugfs warning message
ASoC: core: Add platform component mutex
ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutex
Mark Brown (5):
ASoC: dapm: Only lock CODEC for I/O if not using regmap
ASoC: wm8996: Remove some volatile regisers from the defaults table
ASoC: wm8996: Remove separate output stage enable step
ASoC: Revert widget I/O locking for 3.4
ASoC: wm8994: Prevent ABBA deadlock with CODEC and accdet mutexes
Mika Westerberg (1):
ASoC: dmaengine_pcm: Reset pointer position when starting a stream
Qiao Zhou (1):
ASoC: add more sample rate for pxa-ssp
Shawn Guo (2):
ASoC: core: missing set_fmt should not be complaint
ASoC: fsl: check property 'compatible' for the machine name
Stephen Warren (1):
ASoC: tegra: Remove unused variable
arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 1 +
include/sound/soc.h | 1 +
sound/soc/codecs/da7210.c | 146 +++++++++++++++++++-------
sound/soc/codecs/wm8994.c | 69 ++++++-------
sound/soc/codecs/wm8996.c | 34 ++----
sound/soc/ep93xx/Kconfig | 1 +
sound/soc/ep93xx/ep93xx-pcm.c | 148 ++++-----------------------
sound/soc/fsl/fsl_ssi.c | 6 +-
sound/soc/fsl/mpc8610_hpcd.c | 2 +-
sound/soc/fsl/p1022_ds.c | 32 +-----
sound/soc/imx/imx-audmux.c | 8 +-
sound/soc/imx/mx27vis-aic32x4.c | 41 ++++----
sound/soc/pxa/pxa-ssp.c | 3 +-
sound/soc/soc-core.c | 12 ++-
sound/soc/soc-dapm.c | 2 +-
sound/soc/soc-dmaengine-pcm.c | 1 +
sound/soc/tegra/tegra_alc5632.c | 1 -
17 files changed, 225 insertions(+), 283 deletions(-)
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
next reply other threads:[~2012-03-14 14:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 14:07 Mark Brown [this message]
2012-03-15 6:39 ` ASoC updates for 3.4 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2012-05-02 9:30 Mark Brown
2012-05-05 9:38 ` Takashi Iwai
2012-04-23 16:28 Mark Brown
2012-04-23 16:41 ` Takashi Iwai
2012-04-07 10:21 Mark Brown
2012-04-07 10:31 ` Takashi Iwai
2012-03-29 12:08 Mark Brown
2012-03-29 16:02 ` Takashi Iwai
2012-03-29 16:35 ` Mark Brown
2012-03-06 13:02 Mark Brown
2012-03-06 13:47 ` Takashi Iwai
[not found] <20120304153255.GB4978@opensource.wolfsonmicro.com>
2012-03-05 12:21 ` Mark Brown
2012-03-05 14:17 ` Takashi Iwai
2012-01-24 20:11 Mark Brown
2012-01-24 20:33 ` Takashi Iwai
2012-01-24 20:46 ` Mark Brown
2012-01-25 9:14 ` Takashi Iwai
2012-01-25 11:35 ` Mark Brown
2012-01-26 15:43 ` Takashi Iwai
2012-01-26 15:57 ` Mark Brown
2012-01-26 16:10 ` Takashi Iwai
2012-01-26 16:40 ` Mark Brown
2012-01-26 16:46 ` 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=20120314140713.GM3133@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).