commit | 380702192f616df5b2ba704b85cc479a3da92c91 | [log] [tgz] |
---|---|---|
author | Kailang Yang <kailang@realtek.com> | Fri Nov 01 15:57:35 2013 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Nov 08 07:43:45 2013 +0100 |
tree | ca04925c89b7ee7527caee491a940921f6a788fe | |
parent | 3b70a67da0bebca02a130eff8084eee457a2b836 [diff] |
ALSA: hda/realtek - Make fixup regs persist after resume Upon suspend / resume, the fixup register settings are lost because sending HDA_FIXUP_ACT_PRE_PROBE is not part of the resume path. Instead, write our registers in response to the HDA_FIXUP_ACT_INIT, which happens after initial probe and upon resume. Signed-off-by: Kailang Yang <kailang@realtek.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>