diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index cd553f592e2d..5c4115289a9a 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2620,7 +2620,7 @@ static int snd_intel8x0_free(struct intel8x0 *chip) | |||
2620 | return 0; | 2620 | return 0; |
2621 | } | 2621 | } |
2622 | 2622 | ||
2623 | #ifdef CONFIG_PM | 2623 | #ifdef CONFIG_PM_SLEEP |
2624 | /* | 2624 | /* |
2625 | * power management | 2625 | * power management |
2626 | */ | 2626 | */ |
@@ -2741,7 +2741,7 @@ static SIMPLE_DEV_PM_OPS(intel8x0_pm, intel8x0_suspend, intel8x0_resume); | |||
2741 | #define INTEL8X0_PM_OPS &intel8x0_pm | 2741 | #define INTEL8X0_PM_OPS &intel8x0_pm |
2742 | #else | 2742 | #else |
2743 | #define INTEL8X0_PM_OPS NULL | 2743 | #define INTEL8X0_PM_OPS NULL |
2744 | #endif /* CONFIG_PM */ | 2744 | #endif /* CONFIG_PM_SLEEP */ |
2745 | 2745 | ||
2746 | #define INTEL8X0_TESTBUF_SIZE 32768 /* enough large for one shot */ | 2746 | #define INTEL8X0_TESTBUF_SIZE 32768 /* enough large for one shot */ |
2747 | 2747 | ||