diff mbox series

ALSA: hda/hdmi - enable runtime pm for more AMD display audio

Message ID 20221108084746.583058-1-evan.quan@amd.com
State Accepted
Commit fdcc4c22b7ab20e90b97f8bc6225d876b72b8f16
Headers show
Series ALSA: hda/hdmi - enable runtime pm for more AMD display audio | expand

Commit Message

Evan Quan Nov. 8, 2022, 8:47 a.m. UTC
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 <evan.quan@amd.com>
Change-Id: Ib7ea9bfe7b62b98afd63f96a2d98795504e7ae04
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 0a83eb6b88b1..e6a33e34efb9 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2712,6 +2712,9 @@  static const struct pci_device_id azx_ids[] = {
 	{ PCI_DEVICE(0x1002, 0xab28),
 	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
 	  AZX_DCAPS_PM_RUNTIME },
+	{ PCI_DEVICE(0x1002, 0xab30),
+	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
+	  AZX_DCAPS_PM_RUNTIME },
 	{ PCI_DEVICE(0x1002, 0xab38),
 	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
 	  AZX_DCAPS_PM_RUNTIME },