aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-05-20 21:07:42 -0400
committerTakashi Iwai <tiwai@suse.de>2012-05-20 21:07:42 -0400
commit8a390576282abacc4cf7b79eefc226bb655fd6e6 (patch)
treec15825d8abd68685447c315536875dccac2d7502 /sound/pci
parent09cf03b80c593b08e8b630a145e14f485200b5af (diff)
ALSA: hda/realtek - Fix unused variable compile warning
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 0d68bb0ff376..3cb1f7128b5f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2553,7 +2553,6 @@ static int alc_auto_fill_adc_caps(struct hda_codec *codec)
2553 src = nid; 2553 src = nid;
2554 for (;;) { 2554 for (;;) {
2555 int n; 2555 int n;
2556 hda_nid_t conn_nid;
2557 type = get_wcaps_type(get_wcaps(codec, src)); 2556 type = get_wcaps_type(get_wcaps(codec, src));
2558 if (type == AC_WID_PIN) 2557 if (type == AC_WID_PIN)
2559 break; 2558 break;