From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751472AbaIDNTe (ORCPT ); Thu, 4 Sep 2014 09:19:34 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:35698 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751172AbaIDNTb (ORCPT ); Thu, 4 Sep 2014 09:19:31 -0400 Date: Thu, 04 Sep 2014 15:19:27 +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 3.17-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=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v3.17-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.17-rc4 The topmost commit is 05244d166739ae273fdc7a2151bdef61df49ca7d ---------------------------------------------------------------- sound fixes for 3.17-rc4 This time it contains a bunch of small ASoC fixes that slipped from in previous updates, in addition to the usual HD-audio fixes and the regression fixes for FireWire updates in 3.17. All commits are reasonably small fixes. ---------------------------------------------------------------- Andreas Färber (1): ASoC: axi: Fix ADI AXI SPDIF specification Bard Liao (1): ASoC: rt5677: correct mismatch widget name Jarkko Nikula (1): ASoC: rt5640: Do not allow regmap to use bulk read-write operations Lars-Peter Clausen (2): ASoC: Use dev_set_name() instead of init_name ASoC: rcar: Use && instead of & for boolean expressions Paul Handrigan (2): ASoC: cs4265: Fix clock rates in clock map table ASoC: cs4265: Fix setting of functional mode and clock divider Peter Ujfalusi (1): ASoC: omap-twl4030: Fix typo in 2nd dai link's platform_name Rasmus Villemoes (2): ASoC: da732x: Fix typo in include guard ASoC: tegra: Fix typo in include guard Subhransu S. Prusty (1): ASoC: core: fix .info for SND_SOC_BYTES_TLV Takashi Iwai (2): ALSA: hda - Fix digital mic on Acer Aspire 3830TG ALSA: hda - Fix COEF setups for ALC1150 codec Takashi Sakamoto (2): ALSA: dice: fix wrong channel mappping at higher sampling rate ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for Dice quirk Xiubo Li (1): ASoC: simple-card: Fix bug of wrong decrement DT node's refcount --- .../devicetree/bindings/sound/adi,axi-spdif-tx.txt | 2 +- include/sound/soc.h | 2 +- sound/firewire/amdtp.c | 11 +++++++- sound/firewire/amdtp.h | 1 + sound/firewire/dice.c | 29 +++++++++++++++------- sound/pci/hda/patch_conexant.c | 9 ++++++- sound/pci/hda/patch_realtek.c | 2 ++ sound/soc/codecs/cs4265.c | 12 ++++----- sound/soc/codecs/da732x.h | 2 +- sound/soc/codecs/rt5640.c | 1 + sound/soc/codecs/rt5677.c | 8 +++--- sound/soc/generic/simple-card.c | 8 ++++++ sound/soc/omap/omap-twl4030.c | 2 +- sound/soc/sh/rcar/gen.c | 2 +- sound/soc/soc-core.c | 2 +- sound/soc/tegra/tegra_asoc_utils.h | 2 +- 16 files changed, 67 insertions(+), 28 deletions(-)