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/als300.c b/sound/pci/als300.c index 68c4469..00f157a 100644 --- a/sound/pci/als300.c +++ b/sound/pci/als300.c
@@ -765,7 +765,7 @@ return 0; } -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP static int snd_als300_suspend(struct device *dev) { struct pci_dev *pci = to_pci_dev(dev);