mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 12:06:41 +07:00
ALSA: hda/realtek - Fix unused variable compile warning
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
09cf03b80c
commit
8a39057628
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user