alsa-driver-0.9.0rc7 and stock kernel 2.2.23 (www.kernel.org)

 ./configure --with-isapnp=yes will say :
checking for ISA PnP driver in kernel... no
checking for ISA PnP support... yes

However, in Makefile.conf I get these:

CONFIG_ISAPNP_KERNEL    = 
CONFIG_ISAPNP           = y

consequently the module snd-isapnp is not built and with the
snd-opti92x-ad1848 I get unresolved symbols related to isapnp support. 

The define should be (in my case)
CONFIG_ISAPNP_KERNEL    = n
and then snd-isapnp is correctly built.

The configure script seems to fails to set this variable properly. 



-- 
ing. Andrei Boros
mailto:[EMAIL PROTECTED] / +40-21-303-1870
Centrul pt. Tehnologia Informatiei
Societatea Romana de Radiodifuziune


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to