From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 3.6 Date: Sat, 15 Sep 2012 08:26:46 +0200 Message-ID: References: <20120914174131.GA4478@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 9108626028E for ; Sat, 15 Sep 2012 08:26:47 +0200 (CEST) In-Reply-To: <20120914174131.GA4478@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: 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 Fri, 14 Sep 2012 18:41:31 +0100, Mark Brown wrote: > > The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: > > Linux 3.6-rc2 (2012-08-16 14:51:24 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.6 > > for you to fetch changes up to 985b11fa8064d55d0d5a84e68667434598911bb2: > > ASoC: wm8904: correct the index (2012-09-14 18:02:38 +0100) > > ---------------------------------------------------------------- > ASoC: Updates for 3.6 > > A bigger set of updates than I'm entirely comfortable with - things > backed up a bit due to travel. As ever the majority of these are small, > focused updates for specific drivers though there are a couple of core > changes. There's been good exposure in -next. > > The AT91 patch fixes a build break. Thanks, pulled now. Takashi > > ---------------------------------------------------------------- > Bo Shen (1): > ASoC: wm8904: correct the index > > Dylan Reid (1): > ASoC: samsung dma - Don't indicate support for pause/resume. > > Fabio Estevam (1): > ASoC: mc13783: Remove mono support > > Heather Lomond (1): > ASoC: arizona: Fix typo in 44.1kHz rates > > Joachim Eastwood (1): > ASoC: atmel-ssc: include linux/io.h for raw io > > Julia Lawall (3): > ASoC: imx-sgtl5000: fix error return code > ASoC: ux500_msp_i2s: better use devm functions and fix error return code > ASoC: am3517evm: fix error return code > > Mark Brown (2): > ASoC: dapm: Make sure we update the bias level for CODECs with no op > ASoC: dapm: Don't force card bias level to be updated > > Prasad Joshi (1): > ASoC: spear: correct the check for NULL dma_buffer pointer > > Stephen Warren (2): > sound: tegra_alc5632: remove HP detect GPIO inversion > ASoC: tegra: fix maxburst settings in dmaengine code > > include/linux/atmel-ssc.h | 1 + > sound/soc/codecs/arizona.c | 2 +- > sound/soc/codecs/mc13783.c | 8 ++++---- > sound/soc/codecs/wm8904.c | 2 +- > sound/soc/fsl/imx-sgtl5000.c | 2 +- > sound/soc/omap/am3517evm.c | 2 +- > sound/soc/samsung/dma.c | 8 +------- > sound/soc/soc-dapm.c | 5 ++++- > sound/soc/spear/spear_pcm.c | 2 +- > sound/soc/tegra/tegra_alc5632.c | 1 - > sound/soc/tegra/tegra_pcm.c | 4 ++-- > sound/soc/ux500/ux500_msp_i2s.c | 25 +++++-------------------- > 12 files changed, 22 insertions(+), 40 deletions(-) >