Skip to content

Commit d35f64e

Browse files
libinyangtiwai
authored andcommitted
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: Libin Yang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent f475371 commit d35f64e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/pci/hda/patch_hdmi.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,9 +2330,8 @@ static int patch_generic_hdmi(struct hda_codec *codec)
23302330
intel_haswell_fixup_enable_dp12(codec);
23312331
}
23322332

2333-
if (is_haswell(codec) || is_valleyview(codec)) {
2333+
if (is_haswell_plus(codec) || is_valleyview(codec))
23342334
codec->depop_delay = 0;
2335-
}
23362335

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

0 commit comments

Comments
 (0)