aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 7b96dcef2c6..757a8a3d1e5 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -18780,7 +18780,7 @@ static int alc662_auto_fill_dac_nids(struct hda_codec *codec)
18780{ 18780{
18781 struct alc_spec *spec = codec->spec; 18781 struct alc_spec *spec = codec->spec;
18782 const struct auto_pin_cfg *cfg = &spec->autocfg; 18782 const struct auto_pin_cfg *cfg = &spec->autocfg;
18783 bool redone; 18783 bool redone = false;
18784 int i; 18784 int i;
18785 18785
18786 again: 18786 again: