X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Foss%2Fau1000.c;h=eacb0aef21e1831d6795225aba3b6d6cc00c46e4;hb=69eb887b0c2380791d33f7c07bfba88d7c5cef15;hp=fe54de25aafc400b2fbb60117b125c79b1385658;hpb=910f5d202ce39cc78de1bbb679285a3167de9fb2;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");