Skip to content

Commit

Permalink
ALSA: hda/hdmi - set depop_delay for haswell plus
Browse files Browse the repository at this point in the history
Both Haswell and Broadwell need set depop_delay to 0. So apply this
setting to haswell plus.

Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Libin Yang authored and Takashi Iwai committed Aug 19, 2014
1 parent f475371 commit d35f64e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/pci/hda/patch_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d35f64e

Please sign in to comment.