From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps Date: Wed, 03 Aug 2016 13:59:18 +0200 Message-ID: References: <1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com> Sender: stable-owner@vger.kernel.org To: Maruthi Srinivas Bayyavarapu Cc: alsa-devel@alsa-project.org, alexander.deucher@amd.com, stable@vger.kernel.org, Maruthi Bayyavarapu List-Id: alsa-devel@alsa-project.org On Wed, 03 Aug 2016 13:16:39 +0200, Maruthi Srinivas Bayyavarapu wrote: > > This commit fixes garbled audio on Bonaire HDMI > > Signed-off-by: Maruthi Bayyavarapu > Reviewed-by: Alex Deucher Applied now (with a proper Cc to stable). Thanks. Takashi > --- > sound/pci/hda/hda_intel.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index 6f8ea13..89dacf9 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -2265,6 +2265,8 @@ static const struct pci_device_id azx_ids[] = { > { 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), > -- > 1.9.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:34206 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757876AbcHCMNn (ORCPT ); Wed, 3 Aug 2016 08:13:43 -0400 Date: Wed, 03 Aug 2016 13:59:18 +0200 Message-ID: From: Takashi Iwai To: Maruthi Srinivas Bayyavarapu Cc: , , , Maruthi Bayyavarapu Subject: Re: [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps In-Reply-To: <1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com> References: <1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: stable-owner@vger.kernel.org List-ID: On Wed, 03 Aug 2016 13:16:39 +0200, Maruthi Srinivas Bayyavarapu wrote: > > This commit fixes garbled audio on Bonaire HDMI > > Signed-off-by: Maruthi Bayyavarapu > Reviewed-by: Alex Deucher Applied now (with a proper Cc to stable). Thanks. Takashi > --- > sound/pci/hda/hda_intel.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index 6f8ea13..89dacf9 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -2265,6 +2265,8 @@ static const struct pci_device_id azx_ids[] = { > { 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), > -- > 1.9.1 >