From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 3.1 Date: Tue, 05 Jul 2011 08:22:35 +0200 Message-ID: References: <20110705061624.GC1625@opensource.wolfsonmicro.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 5FCC81038FB for ; Tue, 5 Jul 2011 08:22:35 +0200 (CEST) In-Reply-To: <20110705061624.GC1625@opensource.wolfsonmicro.com> 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: Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org At Mon, 4 Jul 2011 23:16:25 -0700, Mark Brown wrote: > > The following changes since commit 56aa53391059e3730a304da4dd96b7b123b9fb75: > > Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-07-05 07:33:23 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1 Pulled now. Thanks. Takashi > Lars-Peter Clausen (2): > ASoC: Add ADAV80x codec driver > ASoC: Blackfin: Add machine driver for EVAL-ADAV80X boards > > Liam Girdwood (2): > ASoC: core - Make platform probe more like codec probe. > ASoC: core - Add platform read and write. > > Mark Brown (7): > ASoC: Fix Blackfin I2S _pointer() implementation return in bounds values > ASoC: Correct left/right swap in wm_hubs DC offset correction > ASoC: Change WM9081 speaker output enable to _OUT_DRV > Merge branch 'for-3.0' into for-3.1 > ASoC: Improve error reporting in Speyside WM8962 driver > ASoC: Ensure we delay long enough for WM8994 FLL to lock when starting > Merge branch 'for-3.0' into for-3.1 > > Sangbeom Kim (3): > ASoC: SAMSUNG: Add WM8994 PCM Machine driver > ASoC: SAMSUNG: Move I2S common register definition > ASoC: SAMSUNG: Add idma related register definition > > Stephen Warren (2): > ASoC: Tegra: I2S: Ensure clock is enabled when writing regs > ASoC: Tegra: I2S: s/clk_get_sys/clk_get/ > > MAINTAINERS | 1 + > include/sound/soc.h | 8 + > sound/soc/blackfin/Kconfig | 13 + > sound/soc/blackfin/Makefile | 2 + > sound/soc/blackfin/bf5xx-i2s-pcm.c | 13 +- > sound/soc/blackfin/bfin-eval-adav80x.c | 173 ++++++ > sound/soc/codecs/Kconfig | 4 + > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/adav80x.c | 951 ++++++++++++++++++++++++++++++++ > sound/soc/codecs/adav80x.h | 35 ++ > sound/soc/codecs/wm8994.c | 2 + > sound/soc/codecs/wm9081.c | 2 +- > sound/soc/codecs/wm_hubs.c | 16 +- > sound/soc/samsung/Kconfig | 8 + > sound/soc/samsung/Makefile | 2 + > sound/soc/samsung/i2s-regs.h | 143 +++++ > sound/soc/samsung/i2s.c | 104 +---- > sound/soc/samsung/smdk_wm8994pcm.c | 176 ++++++ > sound/soc/samsung/speyside_wm8962.c | 12 +- > sound/soc/soc-core.c | 81 +++- > sound/soc/tegra/tegra_i2s.c | 10 +- > 21 files changed, 1622 insertions(+), 136 deletions(-) > create mode 100644 sound/soc/blackfin/bfin-eval-adav80x.c > create mode 100644 sound/soc/codecs/adav80x.c > create mode 100644 sound/soc/codecs/adav80x.h > create mode 100644 sound/soc/samsung/i2s-regs.h > create mode 100644 sound/soc/samsung/smdk_wm8994pcm.c >