From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: ASoC updates for 2.6.35 Date: Tue, 13 Apr 2010 17:53:43 +0900 Message-ID: <20100413085342.GA2717@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 0510D103865 for ; Tue, 13 Apr 2010 10:53:37 +0200 (CEST) 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 53a61d967a480307db4c8f7950ddb8bb1a0fda9b: Mark Brown (1): Merge branch 'for-2.6.34' into for-2.6.35 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.35 Bill Gatliff (1): ASoC: Use SNDRV_PCM_RATE_8000_96000 macro for WM8731 Marek Vasut (2): ASoC: WM8750: Convert to new API ASoC: Zipit Z2 WM8750 ASoC driver sound/soc/codecs/wm8731.c | 6 +- sound/soc/codecs/wm8750.c | 295 ++++++++++++++++++--------------------- sound/soc/pxa/Kconfig | 8 + sound/soc/pxa/Makefile | 2 + sound/soc/pxa/spitz.c | 43 +++++- sound/soc/pxa/z2.c | 246 ++++++++++++++++++++++++++++++++ sound/soc/s3c24xx/jive_wm8750.c | 5 - 7 files changed, 432 insertions(+), 173 deletions(-) create mode 100644 sound/soc/pxa/z2.c