ALSA: hda - Fix restore of pin configs at resume for STAC/IDT codecs
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Nov 2008 09:38:56 +0000 (10:38 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Nov 2008 09:42:00 +0000 (10:42 +0100)
commitaf9f341a94482594ac28cb5b07c655b458bfe84e
tree322b7970580f98d8f639906079807bab3d6de7fe
parent2c885878c1b29293f04cfb4a5bd285c969148a8b
ALSA: hda - Fix restore of pin configs at resume for STAC/IDT codecs

Fixed the restore of pin configs at resume for some STAC/IDT codec
models.  These models set explicitly the pin configs after the default
init configs, and these aren't restored properly at resume.

This patch introduces two changes:
- Allocate always pin_configs array in stac_spec so that the driver
  can overwrite the value freely
- Introduce stac_change_pin_config() to change the pin config value

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c