From: Kailang Yang Date: Fri, 1 Nov 2013 07:57:35 +0000 (+0800) Subject: ALSA: hda/realtek - Make fixup regs persist after resume X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380702192f616df5b2ba704b85cc479a3da92c91;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed