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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 60cd9e700909..bdb6f226d006 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -2378,7 +2378,8 @@ static int patch_generic_hdmi(struct hda_codec *codec)
2378 * can cover the codec power request, and so need not set this flag. 2378 * can cover the codec power request, and so need not set this flag.
2379 * For previous platforms, there is no such power well feature. 2379 * For previous platforms, there is no such power well feature.
2380 */ 2380 */
2381 if (is_valleyview_plus(codec) || is_skylake(codec)) 2381 if (is_valleyview_plus(codec) || is_skylake(codec) ||
2382 is_broxton(codec))
2382 codec->core.link_power_control = 1; 2383 codec->core.link_power_control = 1;
2383 2384
2384 if (is_haswell_plus(codec) || is_valleyview_plus(codec)) { 2385 if (is_haswell_plus(codec) || is_valleyview_plus(codec)) {