ALSA: hda/hdmi: Always set display_power_control for Intel HSW+ codecs
authorTakashi Iwai <tiwai@suse.de>
Sun, 9 Dec 2018 09:10:19 +0000 (10:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Dec 2018 07:18:46 +0000 (08:18 +0100)
commit46594d3345f0432ddc83b9f3c1b04492fdfafd07
tree39be3b864f48394a7646e5ba9a1bdf83533cfbc8
parent77a49672aae384125942ce621365b11d42cefa32
ALSA: hda/hdmi: Always set display_power_control for Intel HSW+ codecs

We've excluded the display_power_control flag for Intel HSW and BDW
codecs as the HD-audio controllers of the corresponding platforms take
care of the display power as well.  But the recent refactoring
separates the controller and the codec power accounting, so it's fine
to call the display PM even for HSW/BDW codecs.  This is less
confusing since we can avoid this well-hidden condition.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c