Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1:/tmp/cvs-serv4677a/acore

Modified Files:
        misc.c 
Log Message:
clean up of PM codes

Index: misc.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/misc.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- misc.c      4 Jun 2003 17:26:33 -0000       1.20
+++ misc.c      18 Jun 2003 11:13:58 -0000      1.21
@@ -71,7 +71,7 @@
                pci_for_each_dev(dev) {
                        struct pci_driver *drv = snd_pci_compat_get_pci_driver(dev);
                        if (drv && drv->suspend)
-                               drv->suspend(dev);
+                               drv->suspend(dev, 0);
                }
                break;
        case PM_RESUME:



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to