summaryrefslogtreecommitdiff
path: root/sound/pci/oxygen/se6x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/se6x.c')
-rw-r--r--sound/pci/oxygen/se6x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/se6x.c b/sound/pci/oxygen/se6x.c
index c1bb9dd1cd54..9d009015d97e 100644
--- a/sound/pci/oxygen/se6x.c
+++ b/sound/pci/oxygen/se6x.c
@@ -138,7 +138,7 @@ static struct pci_driver se6x_driver = {
.id_table = se6x_ids,
.probe = se6x_probe,
.driver = {
- .pm = pm_ptr(&oxygen_pci_pm),
+ .pm = pm_sleep_ptr(&oxygen_pci_pm),
},
.shutdown = oxygen_pci_shutdown,
};