summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMaruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com>2016-08-03 16:46:39 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-20 18:11:01 +0200
commitf4226ceb391b0be813461d059a76a7c19f00a3a8 (patch)
treecfc048d9f08abd1a7ac81637731fb00463d92b3d /sound
parent5b52ce7ac6aa6773600afbc4090c690f90bfba2c (diff)
downloadlinux-stable-f4226ceb391b0be813461d059a76a7c19f00a3a8.tar.gz
linux-stable-f4226ceb391b0be813461d059a76a7c19f00a3a8.tar.bz2
linux-stable-f4226ceb391b0be813461d059a76a7c19f00a3a8.zip
ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
commit fd48331f9b71d2add941adaee3619f5b8527182d upstream. This commit fixes garbled audio on Bonaire HDMI Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 6f8ea13323c1..89dacf9b4e6c 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),