From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: ASoC updates for 2.6.38 Date: Thu, 17 Feb 2011 20:19:34 -0800 Message-ID: <20110218041933.GB6069@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 1FF332445F for ; Fri, 18 Feb 2011 05:19:25 +0100 (CET) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takaashi Iwai Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org The following changes since commit 6ed8f1485fc82d44ac464bc84a7dcdddd1fa096f: ASoC: Improve WM8994 digital power sequencing (2011-02-03 20:17:13 +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 These are all driver specific with the exception of the two commits from me. These are both small and focused changes which fix obvious issues for some systems, both being things that the framework should clearly have been doing but had omitted to do. Dimitris Papastamos (2): ASoC: WM8994: Improve robustness in some use cases ASoC: WM8994: Improve playback robustness Janusz Krzysztofik (1): ASoC: CX20442: fix wrong reg_cache_default content Mark Brown (2): ASoC: Sync initial widget state with hardware ASoC: Ensure supplies are maintained for force enabled widgets Stephen Warren (2): ASoC: WM8903: Fix mic detection register definitions ASoC: WM8903: Fix mic detection enable logic include/sound/wm8903.h | 10 +-- sound/soc/codecs/cx20442.c | 2 +- sound/soc/codecs/wm8903.c | 2 +- sound/soc/codecs/wm8994.c | 197 ++++++++++++++++++++++++++++++++++++++++--- sound/soc/soc-dapm.c | 23 +++++- 5 files changed, 210 insertions(+), 24 deletions(-)