Update of /cvsroot/alsa/alsa-driver/include In directory sc8-pr-cvs1:/tmp/cvs-serv3004
Modified Files: adriver.h Log Message: Added class_simple functions Index: adriver.h =================================================================== RCS file: /cvsroot/alsa/alsa-driver/include/adriver.h,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- adriver.h 19 Jan 2004 18:38:28 -0000 1.65 +++ adriver.h 20 Jan 2004 16:32:10 -0000 1.66 @@ -420,6 +420,13 @@ #define pci_set_consistent_dma_mask(p,x) 0 /* success */ #endif +/* devfs */ +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0) +struct class_simple; +static inline void class_simple_device_add(struct class_simple *class, int devnum, ...) { return; } +static inline void class_simple_device_remove(int devnum) { return; } +#endif + #include "amagic.h" #endif /* __SOUND_LOCAL_DRIVER_H */ ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog