From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753811AbaF0Mes (ORCPT ); Fri, 27 Jun 2014 08:34:48 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56583 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbaF0Mer (ORCPT ); Fri, 27 Jun 2014 08:34:47 -0400 Date: Fri, 27 Jun 2014 14:34:45 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 3.16-rc3 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.16-rc3 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.16-rc3 The topmost commit is a07187c992be945ab561b370cbb49cfd72064c3c ---------------------------------------------------------------- sound fixes for 3.16-rc3 Here includes a few patchset for fixing mostly HD-audio issues in addition to a patch assuring the compress API bytes alignment and a fix for the die-hard existing race condition at USB-audio disconnection. The volume looks big in Realtek HD-audio code, but it's just a translation of the fixup tables, and the actual changes are rather trivial. ---------------------------------------------------------------- David Henningsson (4): ALSA: hda - Fix usage of "model" module parameter ALSA: hda - Add pin quirk for Dell XPS 15 ALSA: hda - Make a SND_HDA_PIN_QUIRK macro ALSA: hda - Make the pin quirk tables use the SND_HDA_PIN_QUIRK macro Mengdong Lin (1): ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller Pierre Ossman (1): ALSA: hda - hdmi: call overridden init on resume Takashi Iwai (2): ALSA: hda - Adjust speaker HPF and add LED support for HP Spectre 13 ALSA: usb-audio: Fix races at disconnection and PCM closing Vinod Koul (1): ALSA: compress: fix the struct alignment to 4 bytes --- Documentation/sound/alsa/HD-Audio-Models.txt | 5 + include/uapi/sound/compress_offload.h | 14 +- include/uapi/sound/compress_params.h | 14 +- sound/pci/hda/hda_auto_parser.c | 1 + sound/pci/hda/hda_intel.c | 65 +++- sound/pci/hda/hda_local.h | 21 ++ sound/pci/hda/patch_hdmi.c | 2 +- sound/pci/hda/patch_realtek.c | 489 ++++++++++----------------- sound/pci/hda/patch_sigmatel.c | 58 +++- sound/usb/card.c | 13 +- sound/usb/endpoint.c | 17 +- sound/usb/endpoint.h | 1 + 12 files changed, 365 insertions(+), 335 deletions(-)