diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-05-03 06:32:29 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 10:56:14 -0400 |
commit | 5d403b1923fa352b2cbaf8d0945f7ff872049dae (patch) | |
tree | 0bc2ff455cc2cdb86e54fc390aad042fb2af68d7 | |
parent | 81c4899f7ef3675fdc574de2671ff9fa45996cc5 (diff) |
[ALSA] hda-codec - Fix resume of STAC92xx codecs
Added a missing call to resume mixer controls for STAC92xx codecs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index ab6d42207814..ebf7dde92d59 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1766,6 +1766,7 @@ static int stac92xx_resume(struct hda_codec *codec) | |||
1766 | 1766 | ||
1767 | stac92xx_init(codec); | 1767 | stac92xx_init(codec); |
1768 | stac92xx_set_config_regs(codec); | 1768 | stac92xx_set_config_regs(codec); |
1769 | snd_hda_resume_ctls(codec, spec->mixer); | ||
1769 | for (i = 0; i < spec->num_mixers; i++) | 1770 | for (i = 0; i < spec->num_mixers; i++) |
1770 | snd_hda_resume_ctls(codec, spec->mixers[i]); | 1771 | snd_hda_resume_ctls(codec, spec->mixers[i]); |
1771 | if (spec->multiout.dig_out_nid) | 1772 | if (spec->multiout.dig_out_nid) |