Skip to content

Commit

Permalink
ALSA: hda - Fix missing initialization in alc662 auto-parser
Browse files Browse the repository at this point in the history
A missing initialization resulted in wrong DAC assignments in
ALC662 (and other) auto-parsers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jun 30, 2011
1 parent 2525050 commit 350434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -18780,7 +18780,7 @@ static int alc662_auto_fill_dac_nids(struct hda_codec *codec)
{
struct alc_spec *spec = codec->spec;
const struct auto_pin_cfg *cfg = &spec->autocfg;
bool redone;
bool redone = false;
int i;

again:
Expand Down

0 comments on commit 350434e

Please sign in to comment.