At Mon, 13 Oct 2003 10:20:42 -0400,
Chris Smith wrote:
> 
> [1  <text/plain; iso-8859-1 (7bit)>]
> 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.

nope, it's not a right fix.
"ifdef CONFIG_HAVE_PDE" means what "if >= 2.4.23" does.
it should have been fixed on the cvs now.

0.9.7c is already out.  please give a try.


Takashi

> 
> Attached for those who may need it.
> 
> Thanks again.
> 
> Chris
> [2 alsa-driver-0.9.7b-kernel2.4.23.patch <text/x-diff; iso-8859-1 (7bit)>]
> --- 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 { \


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to