From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754935AbaBUKVN (ORCPT ); Fri, 21 Feb 2014 05:21:13 -0500 Received: from cantor2.suse.de ([195.135.220.15]:44154 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754744AbaBUKVK (ORCPT ); Fri, 21 Feb 2014 05:21:10 -0500 Date: Fri, 21 Feb 2014 11:21:08 +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.14-rc4 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.14-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.14-rc4 The topmost commit is 1de7ca5e844866f56bebb2fc47fa18e090677e88 ---------------------------------------------------------------- sound fixes for 3.14-rc4 This time we got a slightly higher volume than previous times, but all device-specific good fixes. Noticeable changes are fixes in davinci, and the removal of open-codes in HD-audio ca0132 driver. The rest are all small fixes and/or quirks. ---------------------------------------------------------------- Adam Thomson (1): ASoC: da9055: Fix device registration of PMIC and CODEC devices Alexander Shiyan (1): ASoC: txx9aclc_ac97: Fix kernel crash on probe Clemens Ladisch (1): ALSA: usb-audio: work around KEF X300A firmware bug Dylan Reid (1): ASoC: max98090: sync regcache on entering STANDBY Hsin-Yu Chao (2): ALSA: hda/ca0132 - setup/cleanup streams ALSA: hda/ca0132 - Fix recording from mode id 0x8 Hui Wang (2): ALSA: hda - add headset mic detect quirks for two Dell laptops ALSA: hda - Enable front audio jacks on one HP desktop model Jarkko Nikula (1): ASoC: rt5640: Add ACPI ID for Intel Baytrail Lars-Peter Clausen (1): ASoC: blackfin: Fix machine driver Kconfig dependencies Peter Ujfalusi (4): ASoC: davinci-mcasp: Harmonize the sub hw_params function names ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers synchronously ASoC: davinci-mcasp: Consolidate pm_runtime_get/put() use in the driver ASoC: davinci-evm: Add pm callbacks to platform driver Sachin Kamat (2): ASoC: samsung: Remove invalid dependencies ASoC: samsung: Fix trivial typo Shawn Guo (1): ASoC: fsl: fix pm support of machine drivers Stephen Warren (1): ASoC: max98090: make REVISION_ID readable Wei Yongjun (1): ASoC: wm8993: drop regulator_bulk_free of devm_ allocated data Xiubo Li (1): ASoC: fsl-esai: fix ESAI TDM slot setting --- drivers/mfd/da9055-i2c.c | 12 +++++- sound/pci/hda/patch_ca0132.c | 68 ++++---------------------------- sound/pci/hda/patch_realtek.c | 2 + sound/pci/hda/patch_sigmatel.c | 13 ++++++ sound/soc/blackfin/Kconfig | 11 +++--- sound/soc/codecs/da9055.c | 11 +++++- sound/soc/codecs/max98090.c | 21 +++++----- sound/soc/codecs/rt5640.c | 1 + sound/soc/codecs/wm8993.c | 1 - sound/soc/davinci/davinci-evm.c | 1 + sound/soc/davinci/davinci-mcasp.c | 83 ++++++++++++++++++--------------------- sound/soc/fsl/fsl_esai.c | 4 +- sound/soc/fsl/fsl_esai.h | 2 +- sound/soc/fsl/imx-mc13783.c | 1 - sound/soc/fsl/imx-sgtl5000.c | 10 +++-- sound/soc/fsl/imx-wm8962.c | 11 ++++-- sound/soc/samsung/Kconfig | 6 +-- sound/soc/txx9/txx9aclc-ac97.c | 8 ++-- sound/usb/mixer_maps.c | 9 +++++ 19 files changed, 130 insertions(+), 145 deletions(-)