alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda/hdmi - set depop_delay for haswell plus
@ 2014-08-19  8:20 libin.yang
  2014-08-19  8:20 ` [PATCH 2/2] ALSA: hda/hdmi - apply Valleyview fix-ups to Cherryview display codec libin.yang
  2014-08-19  8:37 ` [PATCH 1/2] ALSA: hda/hdmi - set depop_delay for haswell plus Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: libin.yang @ 2014-08-19  8:20 UTC (permalink / raw)
  To: alsa-devel, tiwai; +Cc: Libin Yang, mengdong.lin

From: Libin Yang <libin.yang@intel.com>

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>
---
 sound/pci/hda/patch_hdmi.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 36badba..5e229f7 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;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-19  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19  8:20 [PATCH 1/2] ALSA: hda/hdmi - set depop_delay for haswell plus libin.yang
2014-08-19  8:20 ` [PATCH 2/2] ALSA: hda/hdmi - apply Valleyview fix-ups to Cherryview display codec libin.yang
2014-08-19  8:37 ` [PATCH 1/2] ALSA: hda/hdmi - set depop_delay for haswell plus Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).