From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933537AbcBZQMc (ORCPT ); Fri, 26 Feb 2016 11:12:32 -0500 Received: from mx2.suse.de ([195.135.220.15]:46401 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753896AbcBZQMb (ORCPT ); Fri, 26 Feb 2016 11:12:31 -0500 Date: Fri, 26 Feb 2016 17:12:29 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 4.5-rc6 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.5-rc6 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.5-rc6 The topmost commit is 473f414564528a819f0c2bb6b4bf26366b64c9ab ---------------------------------------------------------------- sound fixes for 4.5-rc6 Things got calmed down for rc6, as it seems, and we have only a few HD-audio fixes at this time: a fix for Skylake codec probe errors, a fix for missing interrupt handling, and a few Dell and HP quirks. ---------------------------------------------------------------- David Henningsson (1): ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225 Kai-Heng Feng (1): ALSA: hda - Fixing background noise on Dell Inspiron 3162 Takashi Iwai (3): ALSA: hda - Apply clock gate workaround to Skylake, too ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2 ALSA: hda - Loop interrupt handling until really cleared --- include/sound/hdaudio.h | 2 +- sound/hda/hdac_controller.c | 7 ++++++- sound/pci/hda/hda_controller.c | 47 +++++++++++++++++++++++------------------- sound/pci/hda/hda_intel.c | 16 +++++++------- sound/pci/hda/patch_realtek.c | 39 +++++++++++++++++++++++++++++++++-- 5 files changed, 77 insertions(+), 34 deletions(-)