summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorLibin Yang <libin.yang@intel.com>2014-08-19 16:20:11 +0800
committerTakashi Iwai <tiwai@suse.de>2014-08-19 10:24:37 +0200
commitd35f64e748e7752a5a60b1c7798cece51d19a213 (patch)
tree2368cb81775f7938c21377e90cf9544b65897594 /sound
parentf475371aa65de84fa483a998ab7594531026b9d9 (diff)
downloadlinux-0-day-d35f64e748e7752a5a60b1c7798cece51d19a213.tar.gz
linux-0-day-d35f64e748e7752a5a60b1c7798cece51d19a213.tar.xz
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 <libin.yang@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_hdmi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 36badba2dcec8..5e229f7eaf242 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -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;