Skip to content

Commit fdcc4c2

Browse files
Evan Quantiwai
authored andcommitted
ALSA: hda/hdmi - enable runtime pm for more AMD display audio
We are able to power down the GPU and audio via the GPU driver so flag these asics as supporting runtime pm. Signed-off-by: Evan Quan <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ea83ec5 commit fdcc4c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,9 @@ static const struct pci_device_id azx_ids[] = {
27112711
{ PCI_DEVICE(0x1002, 0xab28),
27122712
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
27132713
AZX_DCAPS_PM_RUNTIME },
2714+
{ PCI_DEVICE(0x1002, 0xab30),
2715+
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
2716+
AZX_DCAPS_PM_RUNTIME },
27142717
{ PCI_DEVICE(0x1002, 0xab38),
27152718
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
27162719
AZX_DCAPS_PM_RUNTIME },

0 commit comments

Comments
 (0)