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

Modified Files:
        compat_22.h 
Log Message:
clean up of PM codes

Index: compat_22.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/compat_22.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- compat_22.h 30 May 2003 12:27:03 -0000      1.49
+++ compat_22.h 18 Jun 2003 11:13:58 -0000      1.50
@@ -263,8 +263,8 @@
        const struct pci_device_id *id_table;   /* NULL if wants all devices */
        int (*probe)(struct pci_dev *dev, const struct pci_device_id *id); /* New 
device inserted */
        void (*remove)(struct pci_dev *dev);    /* Device removed (NULL if not a 
hot-plug capable driver) */
-       void (*suspend)(struct pci_dev *dev);   /* Device suspended */
-       void (*resume)(struct pci_dev *dev);    /* Device woken up */
+       int (*suspend)(struct pci_dev *dev, u32 stgate);        /* Device suspended */
+       int (*resume)(struct pci_dev *dev);     /* Device woken up */
 };
 
 /*



-------------------------------------------------------
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