commit | c7561cd80469f2fe4a6be0984db57832ee7f2a3b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Aug 14 18:12:04 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 14 18:12:04 2012 +0200 |
tree | 02ce843b7caed4d41ef6d17450e6b05b96c94952 | |
parent | 7ccbde57ce312ff1388c2990699f8863280808ac [diff] [blame] |
ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP Otherwise we may get compile warnings due to unused functions. Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/cs46xx/cs46xx.h b/sound/pci/cs46xx/cs46xx.h index 29d8a8d..fc339ef 100644 --- a/sound/pci/cs46xx/cs46xx.h +++ b/sound/pci/cs46xx/cs46xx.h
@@ -1721,7 +1721,7 @@ unsigned int play_ctl; #endif -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP u32 *saved_regs; #endif };