From: Takashi Iwai Date: Tue, 14 Aug 2012 16:10:09 +0000 (+0200) Subject: ALSA: hda - Fix possible compile warnings regarding CONFIG_PM X-Git-Tag: v3.7-rc1~81^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccbde57ce312ff1388c2990699f8863280808ac;p=pandora-kernel.git ALSA: hda - Fix possible compile warnings regarding CONFIG_PM Replace with a proper ifdef check of CONFIG_PM_SLEEP in hda_intel.c. But other places in HD-audio driver are still marked with CONFIG_PM, since these can be called for power-saving even without CONFIG_PM_SLEEP. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed