Yair K. kirjoitti:
> Hi,
>
>   While the osscore module can accept parameters, osscore.conf wassn't being 
> generated. There were two reasons:
>   A. An osscore/ directory also existed in framework/ and the generated 
> osscore.conf overwrote the previous one.
>       This was fixed both by removing framework/* from confgen argument 
> (nothing was generated from there
>       anyway), and by making confgen check  for .params first, before 
> printing the header to the conf file.
>   B. A platform setting in .config made it fail on Linux. Added an explicit 
> override to confgen.c.
>
>   This diff also:
>      A. Changes confgen to print an extra newline after var to make the 
> format clearer.
>      B. Install flashsupport.c to /usr/lib/oss/lib just like version 4.0 did. 
> Remove OpenSSL dependency since it's unnecessary for us, and change 
> install.sh to compile into /usr/lib/oss/lib and not /usr/lib (soundon would 
> symlink it anyway).
>
>   
Ok. I will take a look.
> P.S. The ac97_* options to osscore (like 'ac97_recselect' or 
> 'ac97_amplifier') don't work. It complains: "osscore: Unknown parameter 
> `ac97_recselect'".
>   
Under Linux the module parameters are defined 
setup/Linux/oss/build/osscore.c (the module_param lines) and apparently 
it's not in sync with the list of currently supported options.

Best regards,

Hannu
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to