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/ctxfi/xfi.c b/sound/pci/ctxfi/xfi.c index e002183..07c07d7 100644 --- a/sound/pci/ctxfi/xfi.c +++ b/sound/pci/ctxfi/xfi.c
@@ -125,7 +125,7 @@ pci_set_drvdata(pci, NULL); } -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP static int ct_card_suspend(struct device *dev) { struct snd_card *card = dev_get_drvdata(dev);