From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: ASoC updates for 2.6.39 Date: Tue, 8 Feb 2011 12:45:45 +0000 Message-ID: <20110208124545.GF29850@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 B336B24464 for ; Tue, 8 Feb 2011 13:45:47 +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: Takashi Iwai Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org The following changes since commit 273de37655369e57919f19e157fafb2b4b1e4472: Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into for-2.6.39 (2011-02-01 14:55:10 +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.39 Alexander Sverdlin (1): ASoC: CS4271: Move Chip Select control out of the CODEC code. Dan Carpenter (1): ASoC: soc-cache: dereferencing before checking Dimitris Papastamos (1): ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytes Janusz Krzysztofik (1): ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init() Lars-Peter Clausen (1): ASoC: codecs: wm8753: Fix DAI mode switching Mark Brown (6): ASoC: Update PM ifdefs for exported suspend/resume Merge branch 'for-2.6.38' into for-2.6.39 ASoC: Sort ALC5623 in Kconfig and Makefile ASoC: Create an AIF1ADCDAT signal widget to match AIF2 ASoC: Improve WM8994 digital power sequencing Merge branch 'for-2.6.38' into for-2.6.39 Mika Westerberg (1): ASoC: ep93xx-ac97: remove extra empty line Sven Neumann (1): ASoC: PXA: formatting Vaibhav Bedia (1): asoc: davinci: da830/omap-l137: correct cpu_dai_name Vinod Koul (1): ASoC: mid-x86: Fix dependency on intel_sst driver include/sound/cs4271.h | 1 - sound/soc/codecs/Makefile | 2 +- sound/soc/codecs/cs4271.c | 22 +--- sound/soc/codecs/wm8753.c | 296 ++++++++++++++++----------------------- sound/soc/codecs/wm8994.c | 26 +++- sound/soc/davinci/davinci-evm.c | 18 ++- sound/soc/ep93xx/ep93xx-ac97.c | 1 - sound/soc/mid-x86/Kconfig | 2 +- sound/soc/pxa/raumfeld.c | 16 +- sound/soc/soc-cache.c | 25 ++-- sound/soc/soc-core.c | 114 ++++++++++----- 11 files changed, 258 insertions(+), 265 deletions(-)