From: Maruthi Srinivas Bayyavarapu Date: Wed, 3 Aug 2016 11:16:39 +0000 (+0530) Subject: ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps X-Git-Tag: microblaze-4.10-rc1~611^2~2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=fd48331f9b71d2add941adaee3619f5b8527182d;p=linux-2.6-microblaze.git ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps This commit fixes garbled audio on Bonaire HDMI Signed-off-by: Maruthi Bayyavarapu Reviewed-by: Alex Deucher Cc: Signed-off-by: Takashi Iwai --- 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),