diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-30 15:29:12 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-30 15:29:12 -0400 |
commit | 350434ee53f39adb5e73320be4c98010b87d3dbf (patch) | |
tree | 84b7f02836173ede6a066200c1f758a145d2e519 | |
parent | 2525050518496dfd6905abfa8d6d34288eed36d7 (diff) |
ALSA: hda - Fix missing initialization in alc662 auto-parser
A missing initialization resulted in wrong DAC assignments in
ALC662 (and other) auto-parsers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7b96dcef2c62..757a8a3d1e52 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: |