Hi,

Sorry to bother again, but this time's about something serious ;)

While compiling alsa-driver-0.9.5 from stock source tarball, I end up with
the following make error:

<snip>

make  -C other modules
make[2]: Entering directory
`/usr/src/source/alsa/alsa-driver-0.9.5/i2c/other'
gcc -D__KERNEL__ -DMODULE=1
-I/usr/src/source/alsa/alsa-driver-0.9.5/include 
-I/lib/modules/2.4.21-ck3.1.smp/build/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   -DEXPORT_SYMTAB -c
ak4117.c
ak4117.c: In function `snd_ak4117_create_Rsmp_3b164791':
ak4117.c:91: incompatible types in assignment
ak4117.c: In function `snd_ak4117_in_error_get':
ak4117.c:178: warning: passing arg 1 of `_raw_spin_lock' from incompatible
pointer type
ak4117.c:182: warning: passing arg 1 of `_raw_spin_unlock' from
incompatible pointer type
ak4117.c: In function `snd_ak4117_rx_put':
ak4117.c:234: warning: passing arg 1 of `_raw_spin_lock' from incompatible
pointer type
ak4117.c:239: warning: passing arg 1 of `_raw_spin_unlock' from
incompatible pointer type
ak4117.c: In function `snd_ak4117_check_rate_and_errors_Rsmp_7fb02330':
ak4117.c:483: warning: passing arg 1 of `_raw_spin_lock' from incompatible
pointer type
ak4117.c:499: warning: passing arg 1 of `_raw_spin_unlock' from
incompatible pointer type
make[2]: *** [ak4117.o] Error 1
make[2]: Leaving directory `/usr/src/source/alsa/alsa-driver-0.9.5/i2c/other'
make[1]: *** [_modsubdir_other] Error 2
make[1]: Leaving directory `/usr/src/source/alsa/alsa-driver-0.9.5/i2c'
make: *** [compile] Error 1

</snip>

I guess a very similar error has been addressed here recently, My
configure line is just the following:

./configure --with-isapnp=no --with-sequencer=yes --with-oss=yes

This happens on a custom SuSE 8.1 box powered by a dual [EMAIL PROTECTED] ruuning
2.4.21 SMP, mainly Con Kolivas' patched for low-latency-preemptible,
capabilities, and-so-on...

Any clues?

-- 
rncbc aka Rui Nuno Capela
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to