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: Fri, 3 Dec 2010 17:46:33 +0000 [thread overview]
Message-ID: <20101203174633.GZ859@rakim.wolfsonmicro.main> (raw)
The following changes since commit 649e5fb033bbadbfa78aba5e2711f1faf2affaf0:
Merge branch 'for-2.6.37' into for-2.6.38 (2010-11-29 18:33:47 +0000)
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
Axel Lin (4):
ASoC: Fix missing spin_unlock_irqrestore
ASoC: Simplify pm860x_probe error handling
ASoC: ak4535: Improve readability for setting mute
ASoC: Fix inconsistent meaning of default case while checking alc5623->id
Daniel Glöckner (3):
s6000-i2s: fix compilation
s6000-pcm: fix compilation
s6105-ipcam: fix compilation
Dimitris Papastamos (7):
ASoC: soc-cache: Fix memory overflow in LZO initialization
ASoC: WM8731: Fix incorrect mask for bypass path disable
ASoC: Add compress_type as a member to snd_soc_codec
ASoC: Change the base value of compress_type
ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_conf
ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default
ASoC: soc-core: Allow machine drivers to override compress_type
Jarkko Nikula (4):
ASoC: Add support for optional auxiliary dailess codecs
ASoC: Fix build failure in soc-core.c
ASoC: omap: N810: Don't select CONFIG_OMAP_MUX but make it as dependency
ASoC: Don't oops in soc_probe_aux_dev in case of missing codec
Jassi Brar (1):
ASoC: WM8580: Debug interface index
Kuninori Morimoto (8):
ASoC: sh: fsi-ak4642: Add FSI port and ak464x selection
ASoC: sh: fsi-ak4642: tidyup unnecessary variables
ASoC: sh: fsi-ak4642: midify card name
ASoC: sh: fsi: clean up SPDIF defines
ASoC: sh: fsi: remove fsi_master_write
ASoC: sh: fsi: change fsi->mst_ctrl to master->a/b_mclk
ASoC: sh: fsi: remove runtime register check from fsi_reg_xxx
ASoC: sh: fsi: remove runtime register check from fsi_master_xxx
Mark Brown (14):
Merge branch 'for-2.6.37' into for-2.6.38
Merge branch 'for-2.6.37' into for-2.6.38
ASoC: Correct event flags for WM8958 AIF DACs
ASoC: Allow user-specified WM8958 multiband compressor configurations
ASoC: Provide WM8731 microphone boost TLV information
ASoC: Split WM8731 enumeration array into individual enums
ASoC: Automatically manage WM8731 deemphasis
ASoC: Tune performance of WM8958 revision A
ASoC: Apostrophe patrol in soc-core.c
ASoC: Make the DAI ops constant in the DAI structure
ASoC: Move active copy of CODEC read and write into runtime structure
ASoC: Constify struct snd_soc_codec_driver
ASoC: When disabling WM8994 FLL force a source selection
Merge branch 'for-2.6.37' into for-2.6.38
Takashi Iwai (1):
Merge branch 'for-2.6.37' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
arch/arm/mach-shmobile/board-ap4evb.c | 5 +
arch/sh/boards/mach-se/7724/setup.c | 5 +
include/linux/mfd/wm8994/pdata.h | 17 ++
include/linux/mfd/wm8994/registers.h | 77 +++++++++
include/sound/soc-dai.h | 2 +-
include/sound/soc.h | 46 +++++-
sound/soc/codecs/88pm860x-codec.c | 12 +-
sound/soc/codecs/ak4535.c | 10 +-
sound/soc/codecs/alc5623.c | 10 +-
sound/soc/codecs/wm8580.c | 8 +-
sound/soc/codecs/wm8731.c | 88 ++++++++++-
sound/soc/codecs/wm8994.c | 129 ++++++++++++++--
sound/soc/nuc900/nuc900-pcm.c | 9 +-
sound/soc/omap/Kconfig | 2 +-
sound/soc/s6000/s6000-i2s.c | 2 +-
sound/soc/s6000/s6000-pcm.c | 2 +-
sound/soc/s6000/s6105-ipcam.c | 2 +-
sound/soc/sh/fsi-ak4642.c | 140 +++++++++++++++--
sound/soc/sh/fsi.c | 207 +++++++++++--------------
sound/soc/soc-cache.c | 58 ++++---
sound/soc/soc-core.c | 275 +++++++++++++++++++++++++++++---
21 files changed, 867 insertions(+), 239 deletions(-)
next reply other threads:[~2010-12-03 17:46 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 17:46 Mark Brown [this message]
2010-12-04 7:59 ` ASoC updates for 2.6.38 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2011-03-10 14:20 Mark Brown
2011-03-10 15:45 ` Takashi Iwai
2011-03-02 11:34 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-02-25 11:51 Mark Brown
2011-02-25 11:59 ` 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-08 11:34 Mark Brown
2011-02-08 16:31 ` Takashi Iwai
2011-02-01 14:56 Mark Brown
2011-02-01 21:25 ` Takashi Iwai
2011-01-26 11:34 Mark Brown
2011-01-26 13:40 ` Takashi Iwai
2011-01-24 15:17 Mark Brown
2011-01-24 16:44 ` 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-18 13:03 Mark Brown
2011-01-18 13:06 ` Takashi Iwai
2011-01-12 11:17 Mark Brown
2011-01-12 11:44 ` Takashi Iwai
2011-01-05 12:50 Mark Brown
2011-01-08 12:06 ` Takashi Iwai
2010-12-27 17:51 Mark Brown
2010-12-27 17:43 Mark Brown
2010-12-23 12:05 Mark Brown
2010-12-23 14:11 ` Takashi Iwai
2010-12-22 11:03 Mark Brown
2010-12-22 11:59 ` Takashi Iwai
2010-12-14 18:38 Mark Brown
2010-12-14 19:05 ` Takashi Iwai
2010-12-09 16:17 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-06 14:35 Mark Brown
2010-12-06 14:39 ` Takashi Iwai
2010-11-29 19:08 Mark Brown
2010-11-30 7:21 ` Takashi Iwai
2010-11-24 13:16 Mark Brown
2010-11-24 13:41 ` Takashi Iwai
2010-11-22 11:14 Mark Brown
2010-11-22 12:16 ` Takashi Iwai
2010-11-02 14:54 Mark Brown
2010-11-02 15:17 ` 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=20101203174633.GZ859@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.