From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48992 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbbFCBYs (ORCPT ); Tue, 2 Jun 2015 21:24:48 -0400 Subject: Patch "ALSA: hda - Fix noise on AMD radeon 290x controller" has been added to the 4.0-stable tree To: tiwai@suse.de, gregkh@linuxfoundation.org Cc: , From: Date: Wed, 03 Jun 2015 10:24:41 +0900 Message-ID: <1433294681165164@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ALSA: hda - Fix noise on AMD radeon 290x controller to the 4.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-fix-noise-on-amd-radeon-290x-controller.patch and it can be found in the queue-4.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From 0fa372b6c95013af1334b3d5c9b5f03a70ecedab Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 27 May 2015 16:17:19 +0200 Subject: ALSA: hda - Fix noise on AMD radeon 290x controller From: Takashi Iwai commit 0fa372b6c95013af1334b3d5c9b5f03a70ecedab upstream. A new AMD controller [1002:aac8] seems to need the quirk for other AMD NS HDMI stuff, otherwise it gives noisy sounds. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=99021 Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/hda_intel.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2108,6 +2108,8 @@ static const struct pci_device_id azx_id .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, { PCI_DEVICE(0x1002, 0xaab0), .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, + { PCI_DEVICE(0x1002, 0xaac8), + .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, /* VIA VT8251/VT8237A */ { PCI_DEVICE(0x1106, 0x3288), .driver_data = AZX_DRIVER_VIA | AZX_DCAPS_POSFIX_VIA }, Patches currently in stable-queue which might be from tiwai@suse.de are queue-4.0/revert-alsa-hda-add-mute-led-mode-control-to-thinkpad.patch queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-hd-3000.patch queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-studio.patch queue-4.0/alsa-hda-realtek-alc292-dock-fix-for-thinkpad-l450.patch queue-4.0/alsa-hda-add-headset-mic-quirk-for-dell-inspiron-5548.patch queue-4.0/alsa-hda-add-conexant-codecs-cx20721-cx20722-cx20723-and-cx20724.patch queue-4.0/alsa-hda-fix-noise-on-amd-radeon-290x-controller.patch queue-4.0/alsa-hda-add-headphone-quirk-for-lifebook-e752.patch