lkml.org 
[lkml]   [1998]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Sound as modules - i give up...
Date
> -if [ "$CONFIG_PAS" = "y" ]; then
> +if [ "$CONFIG_PAS" != "n" ]; then

This change is wrong

> -if [ "$CONFIG_SB" = "y" ]; then
> +if [ "$CONFIG_SB" != "n" ]; then

This change is wrong

> - if [ "$CONFIG_GUS" = "y" ]; then
> + if [ "$CONFIG_GUS" != "n" ]; then

This change is wrong

> - if [ "$CONFIG_GUS16" = "y" ]; then
> + if [ "$CONFIG_GUS16" != "n" ]; then

Etc


What needs fixing is putting in MODULE_PARM(value,"i") for each of the
arguments. Then you can set them when you load the module as is intended


\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.033 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site