[PATCH 19/19] ALSA: hda/hdmi - enable automatic runtime pm for AMD HDMI codecs by default

Alex Deucher alexdeucher at gmail.com
Fri Oct 11 01:45:36 UTC 2019


So that we can power down the GPU and audio to save power.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
 sound/pci/hda/patch_hdmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index bea7b0961080..26613733f109 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -3779,6 +3779,7 @@ static int atihdmi_init(struct hda_codec *codec)
 					    ATI_VERB_SET_MULTICHANNEL_MODE,
 					    ATI_MULTICHANNEL_MODE_SINGLE);
 	}
+	codec->auto_runtime_pm = 1;
 
 	return 0;
 }
-- 
2.20.1



More information about the amd-gfx mailing list