All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda - Remove unused variable
@ 2013-06-21 10:10 Wang Xingchao
  2013-06-21 10:10 ` [PATCH 2/2 V1] ALSA: hda - Add cache connection info Wang Xingchao
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Xingchao @ 2013-06-21 10:10 UTC (permalink / raw)
  To: tiwai; +Cc: mengdong.lin, alsa-devel, Wang Xingchao, xingchao.wang

Signed-off-by: Wang Xingchao <xingchao.wang@linux.intel.com>
---
 sound/pci/hda/patch_hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 7803ddd..0f7a380 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1891,7 +1891,6 @@ static void intel_haswell_fixup_connect_list(struct hda_codec *codec,
 
 	/* override pins connection list */
 	snd_printdd("hdmi: haswell: override pin connection 0x%x\n", nid);
-	nconns = max(spec->num_cvts, 4);
 	snd_hda_override_conn_list(codec, nid, spec->num_cvts, spec->cvt_nids);
 }
 
-- 
1.8.1.2

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

end of thread, other threads:[~2013-06-21  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 10:10 [PATCH 1/2] ALSA: hda - Remove unused variable Wang Xingchao
2013-06-21 10:10 ` [PATCH 2/2 V1] ALSA: hda - Add cache connection info Wang Xingchao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.