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/p16v.c b/sound/pci/emu10k1/p16v.c index a81dc44..88cec6b 100644 --- a/sound/pci/emu10k1/p16v.c +++ b/sound/pci/emu10k1/p16v.c
@@ -893,7 +893,7 @@ return 0; } -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP #define NUM_CHS 1 /* up to 4, but only first channel is used */