ALSA: hda - Synchronize the power state at the end of codec init
authorTakashi Iwai <tiwai@suse.de>
Thu, 24 Jan 2013 16:27:32 +0000 (17:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Jan 2013 16:32:48 +0000 (17:32 +0100)
commitb9c590bbf1d7621c3f9feb6ac0992d638244d0b1
tree3ce6f7c11b2102a5914eae658d8b91d61e4fa1d1
parent9419ab6b72325e20789a61004cf68dc9e909a009
ALSA: hda - Synchronize the power state at the end of codec init

Put the power state synchronization at the end of the parsing of
codec.  This is necessary when the power filter is changed during the
codec probe.  Since the first power-up sequence is performed without
the special filter, all widgets are supposed to be ON at this point.

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