From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755988Ab3LSQWt (ORCPT ); Thu, 19 Dec 2013 11:22:49 -0500 Received: from cantor2.suse.de ([195.135.220.15]:60113 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754442Ab3LSQWr (ORCPT ); Thu, 19 Dec 2013 11:22:47 -0500 Date: Thu, 19 Dec 2013 17:22:45 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 3.13-rc5 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v3.13-rc5 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.13-rc5 The topmost commit is 356f402da0f989b16e4b6849e88dba5df0e25944 ---------------------------------------------------------------- sound fixes for 3.13-rc5 We have a bit more changes than usual in ASoC here, as it was slipped from the previous update. There are one minor ASoC PCM code fix and ASoC dmaengine fix, in addition of a collection of small ASoC driver fixes. The rest are a couple of HD-audio stable fixups, and a long-standing fix for the paused stream handling. So, all commits look not scary (and hopefully won't give you disastrous holiday season). ---------------------------------------------------------------- Bo Shen (3): ASoC: atmel_ssc_dai: add dai trigger ops ASoC: sam9x5_wm8731: change to work in DSP A mode ASoC: wm8904: fix DSP mode B configuration Charles Keepax (2): ASoC: wm5110: Correct HPOUT3 DAPM route typo ASoC: wm_adsp: Add small delay while polling DSP RAM start David Henningsson (1): ALSA: hda - Add enable_msi=0 workaround for four HP machines Hui Wang (2): ALSA: hda - Add Dell headset detection quirk for three laptop models ALSA: hda - Add Dell headset detection quirk for one more laptop model Jean-Francois Moine (1): ASoC: kirkwood: Fix the CPU DAI rates JongHo Kim (1): ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function Nicolin Chen (3): ASoC: soc-pcm: Use valid condition for snd_soc_dai_digital_mute() in hw_free() ASoC: wm8962: Enable SYSCLK provisonally before fetching generated DSPCLK_DIV ASoC: fsl: imx-wm8962: Don't update bias_level in machine driver Stephen Warren (2): ASoC: tegra: fix uninitialized variables in set_fmt ASoC: don't leak on error in snd_dmaengine_pcm_register --- sound/core/pcm_lib.c | 2 ++ sound/pci/hda/hda_intel.c | 4 ++++ sound/pci/hda/patch_realtek.c | 4 ++++ sound/soc/atmel/atmel_ssc_dai.c | 30 ++++++++++++++++++++++++++- sound/soc/atmel/sam9x5_wm8731.c | 2 +- sound/soc/codecs/wm5110.c | 2 +- sound/soc/codecs/wm8904.c | 2 +- sound/soc/codecs/wm8962.c | 13 ++++++++++++ sound/soc/codecs/wm_adsp.c | 10 ++++++--- sound/soc/fsl/imx-wm8962.c | 2 -- sound/soc/kirkwood/kirkwood-i2s.c | 24 +++++++++++----------- sound/soc/soc-generic-dmaengine-pcm.c | 38 +++++++++++++++++++++++++---------- sound/soc/soc-pcm.c | 5 +++-- sound/soc/tegra/tegra20_i2s.c | 6 +++--- sound/soc/tegra/tegra20_spdif.c | 10 ++++----- sound/soc/tegra/tegra30_i2s.c | 6 +++--- 16 files changed, 115 insertions(+), 45 deletions(-)