提交 d35f64e7 编写于 作者: L Libin Yang 提交者: Takashi Iwai

ALSA: hda/hdmi - set depop_delay for haswell plus

Both Haswell and Broadwell need set depop_delay to 0. So apply this
setting to haswell plus.
Signed-off-by: NLibin Yang <libin.yang@intel.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 f475371a
...@@ -2330,9 +2330,8 @@ static int patch_generic_hdmi(struct hda_codec *codec) ...@@ -2330,9 +2330,8 @@ static int patch_generic_hdmi(struct hda_codec *codec)
intel_haswell_fixup_enable_dp12(codec); intel_haswell_fixup_enable_dp12(codec);
} }
if (is_haswell(codec) || is_valleyview(codec)) { if (is_haswell_plus(codec) || is_valleyview(codec))
codec->depop_delay = 0; codec->depop_delay = 0;
}
if (hdmi_parse_codec(codec) < 0) { if (hdmi_parse_codec(codec) < 0) {
codec->spec = NULL; codec->spec = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册