From: Mengdong Lin Date: Fri, 24 Aug 2012 04:06:30 +0000 (+0800) Subject: ALSA: hda - bug fix on references without checking CONFIG_SND_HDA_POWER_SAVE X-Git-Tag: v3.7-rc1~81^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6147f10113c240845ea9e8e4e744bbadce5bcb;p=pandora-kernel.git ALSA: hda - bug fix on references without checking CONFIG_SND_HDA_POWER_SAVE The patch to support runtime PM introduced a bug: Module parameter 'power_save_controller', and the codec flag 'd3_stop_clk' 'd3_stop_clk_ok' are defined only when HDA power save is enabled in config. But there are references to them without checking macro CONFIG_SND_HDA_POWER_SAVE. This patch is to fix the bug. Signed-off-by: Mengdong Lin Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed