aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r--sound/pci/hda/patch_hdmi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 8840daf9c6a3..98e1c411c56a 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -3741,6 +3741,11 @@ static int patch_atihdmi(struct hda_codec *codec)
3741 3741
3742 spec->chmap.channels_max = max(spec->chmap.channels_max, 8u); 3742 spec->chmap.channels_max = max(spec->chmap.channels_max, 8u);
3743 3743
3744 /* AMD GPUs have neither EPSS nor CLKSTOP bits, hence preventing
3745 * the link-down as is. Tell the core to allow it.
3746 */
3747 codec->link_down_at_suspend = 1;
3748
3744 return 0; 3749 return 0;
3745} 3750}
3746 3751