hi,

On Fri, Oct 10, 2003 at 02:37:30PM -0400, Joshua Jensen wrote:
> [EMAIL PROTECTED] au88x0]$ pwd
> linux-2.4.20/alsa-driver-0.9.7b/pci/au88x0
> 
> 
> [EMAIL PROTECTED] au88x0]$ make
> gcc -D__KERNEL__ -DMODULE=1 -I../../include
> -I/auto/ecslinux/sandbox/jjensen/srpms/kernel/2.4.20/20.7/kernel-2.4/BUILD/kernel-2.4.20/linux-2.4.20/include
> -O2 -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DCONFIG_SMP
> -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
> -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD
> -DKBUILD_BASENAME=au8810_core -c -o au8810_core.o au8810_core.c
> 
> In file included from au8810_core.c:2:
> au88x0_core.c: In function `vortex_adb_allocroute':
> au88x0_core.c:1780: incompatible type for argument 1 of `spin_lock'
> au88x0_core.c:1887: incompatible type for argument 1 of `spin_unlock'
> make: *** [au8810_core.o] Error 1
> 
> This seems new... 0.9.7a didn't have these problems.  Any advice or anyone 
> seeing this too?

Change those lines to spin_lock(&vortex->lock) and
spin_unlock(&vortex->lock).  That is a bug I think.

-- 
Ryan Underwood, <nemesis at icequake.net>, icq=10317253


-------------------------------------------------------
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