On Tue, 27 Jan 2004, Mirko Hessel wrote:

> Thanks to anyone who can help,

Could you try the patch bellow, if it fixes your problem?

                                                Jaroslav

Index: adriver.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/adriver.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- adriver.h   26 Jan 2004 11:08:48 -0000      1.68
+++ adriver.h   27 Jan 2004 18:17:02 -0000      1.69
@@ -421,7 +421,7 @@
 
 /* sysfs */
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 2)
-struct class_simple;
+struct class_simple { int dummy; };
 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

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
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-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to