Commit 8a390576 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda/realtek - Fix unused variable compile warning

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 09cf03b8
...@@ -2553,7 +2553,6 @@ static int alc_auto_fill_adc_caps(struct hda_codec *codec) ...@@ -2553,7 +2553,6 @@ static int alc_auto_fill_adc_caps(struct hda_codec *codec)
src = nid; src = nid;
for (;;) { for (;;) {
int n; int n;
hda_nid_t conn_nid;
type = get_wcaps_type(get_wcaps(codec, src)); type = get_wcaps_type(get_wcaps(codec, src));
if (type == AC_WID_PIN) if (type == AC_WID_PIN)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment