commit | 7ccbde57ce312ff1388c2990699f8863280808ac | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Aug 14 18:10:09 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 14 18:11:51 2012 +0200 |
tree | 477c035659ce549d928bd468c7c54747a82ea743 | |
parent | 6152597971db4055b7b03ccc60afcd62214d41f4 [diff] |
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 <tiwai@suse.de>