diff options
Diffstat (limited to 'sound/pci/atiixp.c')
-rw-r--r-- | sound/pci/atiixp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c index 31020d2a868b..c744df5bb1c6 100644 --- a/sound/pci/atiixp.c +++ b/sound/pci/atiixp.c | |||
@@ -535,7 +535,7 @@ static int snd_atiixp_aclink_reset(struct atiixp *chip) | |||
535 | return 0; | 535 | return 0; |
536 | } | 536 | } |
537 | 537 | ||
538 | #ifdef CONFIG_PM | 538 | #ifdef CONFIG_PM_SLEEP |
539 | static int snd_atiixp_aclink_down(struct atiixp *chip) | 539 | static int snd_atiixp_aclink_down(struct atiixp *chip) |
540 | { | 540 | { |
541 | // if (atiixp_read(chip, MODEM_MIRROR) & 0x1) /* modem running, too? */ | 541 | // if (atiixp_read(chip, MODEM_MIRROR) & 0x1) /* modem running, too? */ |
@@ -1458,7 +1458,7 @@ static int __devinit snd_atiixp_mixer_new(struct atiixp *chip, int clock, | |||
1458 | } | 1458 | } |
1459 | 1459 | ||
1460 | 1460 | ||
1461 | #ifdef CONFIG_PM | 1461 | #ifdef CONFIG_PM_SLEEP |
1462 | /* | 1462 | /* |
1463 | * power management | 1463 | * power management |
1464 | */ | 1464 | */ |
@@ -1533,7 +1533,7 @@ static SIMPLE_DEV_PM_OPS(snd_atiixp_pm, snd_atiixp_suspend, snd_atiixp_resume); | |||
1533 | #define SND_ATIIXP_PM_OPS &snd_atiixp_pm | 1533 | #define SND_ATIIXP_PM_OPS &snd_atiixp_pm |
1534 | #else | 1534 | #else |
1535 | #define SND_ATIIXP_PM_OPS NULL | 1535 | #define SND_ATIIXP_PM_OPS NULL |
1536 | #endif /* CONFIG_PM */ | 1536 | #endif /* CONFIG_PM_SLEEP */ |
1537 | 1537 | ||
1538 | 1538 | ||
1539 | #ifdef CONFIG_PROC_FS | 1539 | #ifdef CONFIG_PROC_FS |