Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d35f64e7 authored by Libin Yang's avatar Libin Yang Committed by Takashi Iwai
Browse files

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: default avatarLibin Yang <libin.yang@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f475371a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2330,9 +2330,8 @@ static int patch_generic_hdmi(struct hda_codec *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;
	}

	if (hdmi_parse_codec(codec) < 0) {
		codec->spec = NULL;