Skip to content

Commit

Permalink
[ALSA] hda-codec - Fix resume of STAC92xx codecs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 11, 2007
1 parent 81c4899 commit 5d403b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d403b1

Please sign in to comment.