From 8a390576282abacc4cf7b79eefc226bb655fd6e6 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Mon, 21 May 2012 03:07:42 +0200
Subject: [PATCH] ALSA: hda/realtek - Fix unused variable compile warning
Git-commit: 8a390576282abacc4cf7b79eefc226bb655fd6e6
Patch-mainline: 3.5-rc1
References: FATE#314311

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

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

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2552,7 +2552,6 @@ static int alc_auto_fill_adc_caps(struct
 		src = nid;
 		for (;;) {
 			int n;
-			hda_nid_t conn_nid;
 			type = get_wcaps_type(get_wcaps(codec, src));
 			if (type == AC_WID_PIN)
 				break;
