Update of /cvsroot/alsa/alsa-kernel/drivers/opl4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7242/drivers/opl4

Modified Files:
        opl4_seq.c 
Log Message:
make some module parameters sysfs-writable, where appropriate

Index: opl4_seq.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/opl4/opl4_seq.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opl4_seq.c  7 Apr 2004 17:48:13 -0000       1.3
+++ opl4_seq.c  26 Apr 2004 07:31:23 -0000      1.4
@@ -43,7 +43,7 @@
 
 int volume_boost = 8;
 
-module_param(volume_boost, int, 0444);
+module_param(volume_boost, int, 0644);
 MODULE_PARM_DESC(volume_boost, "Additional volume for OPL4 wavetable sounds.");
 MODULE_PARM_SYNTAX(volume_boost, "default:8");
 



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to