From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752389AbbGaTjA (ORCPT ); Fri, 31 Jul 2015 15:39:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:47630 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751608AbbGaTi6 (ORCPT ); Fri, 31 Jul 2015 15:38:58 -0400 Date: Fri, 31 Jul 2015 21:38:55 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 4.2-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.5 (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 v4.2-rc5 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.2-rc5 The topmost commit is 649ccd08534ee26deb2e5b08509800d0e95167f5 ---------------------------------------------------------------- sound fixes for 4.2-rc5 This became a relative big update as it includes the collected ASoC fixes. There are a few fixes in ASoC core side, mostly for DAPM and the new topology API. The rest are various ASoC driver-specific fixes, as well as the usual HD-audio and USB-audio quirks. ---------------------------------------------------------------- Axel Lin (2): ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POP ASoC: pcm1681: Fix setting de-emphasis sampling rate selection Ben Zhang (1): ASoC: ssm4567: Keep TDM_BCLKS in ssm4567_set_dai_fmt Charles Keepax (1): ASoC: dapm: Fix deadlock on auto-disable mux controls Dan Carpenter (1): ALSA: hda - fix cs4210_spdif_automute() Fang, Yang A (1): ASoC: Intel: fix incorrect widget name Jeeja KP (1): ASoC: topology: Fix to add dapm mixer info Juergen Borleis (1): ASoC: fsl-ssi: Fix bitclock calculation for master mode Koro Chen (2): ASoC: mediatek: Fix unbalanced calls to runtime suspend/resume ASoC: mediatek: Use platform_of_node for machine drivers Krzysztof Kozlowski (2): ASoC: zx: i2s: Fix devm_ioremap_resource return value check ASoC: zx: spdif: Fix devm_ioremap_resource return value check Lars-Peter Clausen (4): ASoC: dapm: Lock during userspace access ASoC: dapm: Fix kcontrol widget name memory management ASoC: Free card DAPM context on snd_soc_instantiate_card() error path ASoC: dapm: Don't add prefix to widget stream name Liam Girdwood (1): ASoC: topology: Fix TLV size calculation. Nicolas Boichat (1): ASoC: rt5645: Check if codec is initialized in workqueue handler Shilpa Sreeramalu (1): ASoC: Intel: Get correct usage_count value to load firmware Takashi Iwai (3): ALSA: hda - Apply fixup for another Toshiba Satellite S50D ALSA: hda - Apply a fixup to Dell Vostro 5480 ALSA: hda - Fix MacBook Pro 5,2 quirk Takashi Sakamoto (1): ALSA: fireworks: add support for AudioFire2 quirk U. Artie Eoff (1): ALSA: hda - Fix race between PM ops and HDA init/probe Vinod Koul (2): ASoC: topology: fix typos in topology header ASoC: Intel: use CONFIG_SND_SOC for intel boards Woodrow Shen (2): ALSA: hda - Fix the headset mic that will not work on Dell desktop machine ALSA: hda - Add pin quirk for the headset mic jack detection on Dell laptop Yao-Wen Mao (1): ALSA: usb-audio: add dB range mapping for some devices --- .../devicetree/bindings/sound/mt8173-max98090.txt | 2 ++ .../bindings/sound/mt8173-rt5650-rt5676.txt | 2 ++ include/uapi/sound/asoc.h | 4 +-- sound/firewire/fireworks/fireworks.c | 2 ++ sound/firewire/fireworks/fireworks.h | 1 + sound/firewire/fireworks/fireworks_stream.c | 3 ++ sound/pci/hda/hda_intel.c | 6 ++-- sound/pci/hda/patch_cirrus.c | 4 +-- sound/pci/hda/patch_realtek.c | 40 +++++++++++++++++++--- sound/pci/hda/patch_sigmatel.c | 3 +- sound/soc/codecs/pcm1681.c | 2 +- sound/soc/codecs/rt5645.c | 3 ++ sound/soc/codecs/sgtl5000.h | 2 +- sound/soc/codecs/ssm4567.c | 8 ++++- sound/soc/fsl/fsl_ssi.c | 2 +- sound/soc/intel/Makefile | 2 +- sound/soc/intel/atom/sst/sst_drv_interface.c | 14 ++++---- sound/soc/intel/boards/cht_bsw_max98090_ti.c | 4 +-- sound/soc/mediatek/mt8173-max98090.c | 17 ++++++--- sound/soc/mediatek/mt8173-rt5650-rt5676.c | 19 +++++++--- sound/soc/mediatek/mtk-afe-pcm.c | 2 ++ sound/soc/soc-core.c | 1 + sound/soc/soc-dapm.c | 35 ++++++++++--------- sound/soc/soc-topology.c | 23 ++++++------- sound/soc/zte/zx296702-i2s.c | 4 +-- sound/soc/zte/zx296702-spdif.c | 4 +-- sound/usb/mixer_maps.c | 24 +++++++++++++ 27 files changed, 164 insertions(+), 69 deletions(-)