Skip to content

Commit d716fb0

Browse files
Awais Belaltiwai
authored andcommitted
ALSA: hda: add AMD Stoney PCI ID with proper driver caps
This allows the device to correctly show up as ATI HDMI rather than a generic one and allows the driver to use the available caps. Signed-off-by: Awais Belal <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent ab58d8c commit d716fb0

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
@@ -2269,6 +2269,8 @@ static const struct pci_device_id azx_ids[] = {
22692269
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
22702270
{ PCI_DEVICE(0x1002, 0x157a),
22712271
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
2272+
{ PCI_DEVICE(0x1002, 0x15b3),
2273+
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
22722274
{ PCI_DEVICE(0x1002, 0x793b),
22732275
.driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
22742276
{ PCI_DEVICE(0x1002, 0x7919),

0 commit comments

Comments
 (0)