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/emu10k1/emufx.c b/sound/pci/emu10k1/emufx.c index dae4050..5241995 100644 --- a/sound/pci/emu10k1/emufx.c +++ b/sound/pci/emu10k1/emufx.c
@@ -2646,7 +2646,7 @@ return 0; } -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP int __devinit snd_emu10k1_efx_alloc_pm_buffer(struct snd_emu10k1 *emu) { int len;