Update of /cvsroot/alsa/alsa-driver/pcmcia/vx In directory sc8-pr-cvs1:/tmp/cvs-serv18267/pcmcia/vx
Modified Files: Makefile vxp440.c vxpocket.c Log Message: Added pcmcia compatible routines for 2.5 Index: Makefile =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pcmcia/vx/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 23 May 2003 16:00:51 -0000 1.5 +++ Makefile 10 Jun 2003 14:04:27 -0000 1.6 @@ -7,6 +7,8 @@ # # +export-objs = vx_entry.o + TOPDIR = $(MAINSRCDIR) include $(TOPDIR)/alsa-kernel/pcmcia/vx/Makefile Index: vxp440.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pcmcia/vx/vxp440.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vxp440.c 23 May 2003 16:00:51 -0000 1.4 +++ vxp440.c 10 Jun 2003 14:04:27 -0000 1.5 @@ -1,2 +1,15 @@ +#include <linux/config.h> +#include <linux/version.h> + +#if defined(CONFIG_MODVERSIONS) && !defined(__GENKSYMS__) && !defined(__DEPEND__) +#define MODVERSIONS +#include <linux/modversions.h> +#include "sndversions.h" +#endif + +#include "config.h" +#include "adriver.h" +#include "compat_cs.h" + #include "../../alsa-kernel/pcmcia/vx/vxp440.c" EXPORT_NO_SYMBOLS; Index: vxpocket.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pcmcia/vx/vxpocket.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- vxpocket.c 23 May 2003 16:00:51 -0000 1.6 +++ vxpocket.c 10 Jun 2003 14:04:27 -0000 1.7 @@ -1,2 +1,15 @@ +#include <linux/config.h> +#include <linux/version.h> + +#if defined(CONFIG_MODVERSIONS) && !defined(__GENKSYMS__) && !defined(__DEPEND__) +#define MODVERSIONS +#include <linux/modversions.h> +#include "sndversions.h" +#endif + +#include "config.h" +#include "adriver.h" +#include "compat_cs.h" + #include "../../alsa-kernel/pcmcia/vx/vxpocket.c" EXPORT_NO_SYMBOLS; ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog