Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ALSA: hda/realtek - Fix unused variable compile warning



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 09cf03b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2553,7 +2553,6 @@ static int alc_auto_fill_adc_caps(struct hda_codec *codec)
		src = nid;
		for (;;) {
			int n;
			hda_nid_t conn_nid;
			type = get_wcaps_type(get_wcaps(codec, src));
			if (type == AC_WID_PIN)
				break;