From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:34118 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945937AbcHRMnq (ORCPT ); Thu, 18 Aug 2016 08:43:46 -0400 Subject: Patch "ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps" has been added to the 4.4-stable tree To: Maruthi.Bayyavarapu@amd.com, alexander.deucher@amd.com, gregkh@linuxfoundation.org, maruthi.bayyavarapu@amd.com, tiwai@suse.de Cc: , From: Date: Thu, 18 Aug 2016 14:43:54 +0200 Message-ID: <147152423424922@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: add AMD Bonaire AZ PCI ID with proper driver caps to the 4.4-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-add-amd-bonaire-az-pci-id-with-proper-driver-caps.patch and it can be found in the queue-4.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From fd48331f9b71d2add941adaee3619f5b8527182d Mon Sep 17 00:00:00 2001 From: Maruthi Srinivas Bayyavarapu Date: Wed, 3 Aug 2016 16:46:39 +0530 Subject: ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps From: Maruthi Srinivas Bayyavarapu commit fd48331f9b71d2add941adaee3619f5b8527182d upstream. This commit fixes garbled audio on Bonaire HDMI Signed-off-by: Maruthi Bayyavarapu Reviewed-by: Alex Deucher 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 @@ -2288,6 +2288,8 @@ static const struct pci_device_id azx_id { PCI_DEVICE(0x1022, 0x780d), .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, /* ATI HDMI */ + { PCI_DEVICE(0x1002, 0x0002), + .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, { PCI_DEVICE(0x1002, 0x1308), .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, { PCI_DEVICE(0x1002, 0x157a), Patches currently in stable-queue which might be from Maruthi.Bayyavarapu@amd.com are queue-4.4/alsa-hda-add-amd-bonaire-az-pci-id-with-proper-driver-caps.patch