On Monday 13 October 2003 03:04, Jaroslav Kysela wrote:

> You have to rerun autoconf and configure.
 
I hadn't previously run autoconf as this wasn't a CVS version but running it 
after applying the patch didn't help any.

Bernard Rosenkraenzer posted another patch on the alsa-devel and it is working 
fine for 0.9.7b and the 2.4.23-pre7 kernel combo.

Attached for those who may need it.

Thanks again.

Chris
--- alsa-driver-0.9.7b/include/adriver.h.ark	2003-10-12 21:44:44.000000000 +0200
+++ alsa-driver-0.9.7b/include/adriver.h	2003-10-12 21:45:48.000000000 +0200
@@ -129,11 +129,13 @@
 #endif
 #ifndef CONFIG_HAVE_PDE
 #include <linux/fs.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 23)
 static inline struct proc_dir_entry *PDE(const struct inode *inode)
 {
 	return (struct proc_dir_entry *) inode->u.generic_ip;
 }
 #endif
+#endif
 #ifndef cond_resched
 #define cond_resched() \
 	do { \

Reply via email to