Skip to content

Commit fd48331

Browse files
Maruthi Srinivas Bayyavaraputiwai
authored andcommitted
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 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent e30129a commit fd48331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,6 +2265,8 @@ static const struct pci_device_id azx_ids[] = {
22652265
{ PCI_DEVICE(0x1022, 0x780d),
22662266
.driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
22672267
/* ATI HDMI */
2268+
{ PCI_DEVICE(0x1002, 0x0002),
2269+
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
22682270
{ PCI_DEVICE(0x1002, 0x1308),
22692271
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
22702272
{ PCI_DEVICE(0x1002, 0x157a),

0 commit comments

Comments
 (0)