From 350434ee53f39adb5e73320be4c98010b87d3dbf Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Thu, 30 Jun 2011 21:29:12 +0200
Subject: [PATCH] ALSA: hda - Fix missing initialization in alc662 auto-parser
Git-commit: 350434ee53f39adb5e73320be4c98010b87d3dbf
Patch-mainline: 3.1-rc2
Refernces: FATE#314106,FATE#314311,FATE#313695

A missing initialization resulted in wrong DAC assignments in
ALC662 (and other) auto-parsers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/patch_realtek.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -18814,7 +18814,7 @@ static int alc662_auto_fill_dac_nids(str
 {
 	struct alc_spec *spec = codec->spec;
 	const struct auto_pin_cfg *cfg = &spec->autocfg;
-	bool redone;
+	bool redone = false;
 	int i;
 
  again:
