X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Foss%2Fau1000.c;h=eacb0aef21e1831d6795225aba3b6d6cc00c46e4;hb=aa95abefccc25efea5c8654bc3475e8161319b94;hp=fe54de25aafc400b2fbb60117b125c79b1385658;hpb=a05ba4561fa3ad8b64a27577d0d38c190f60f762;p=linux-2.6 diff --git a/sound/oss/au1000.c b/sound/oss/au1000.c index fe54de25aa..eacb0aef21 100644 --- a/sound/oss/au1000.c +++ b/sound/oss/au1000.c @@ -100,7 +100,7 @@ /* Boot options */ static int vra = 0; // 0 = no VRA, 1 = use VRA if codec supports it -MODULE_PARM(vra, "i"); +module_param(vra, bool, 0); MODULE_PARM_DESC(vra, "if 1 use VRA if codec supports it");