From: Takashi Iwai Date: Thu, 3 May 2007 10:32:29 +0000 (+0200) Subject: [ALSA] hda-codec - Fix resume of STAC92xx codecs X-Git-Tag: v3.12-rc1~29570^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d403b1923fa352b2cbaf8d0945f7ff872049dae;p=kernel%2Fkernel-generic.git [ALSA] hda-codec - Fix resume of STAC92xx codecs Added a missing call to resume mixer controls for STAC92xx codecs. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index ab6d422..ebf7dde 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) stac92xx_init(codec); stac92xx_set_config_regs(codec); + snd_hda_resume_ctls(codec, spec->mixer); for (i = 0; i < spec->num_mixers; i++) snd_hda_resume_ctls(codec, spec->mixers[i]); if (spec->multiout.dig_out_nid)