* [PATCH] core/seq/seq.c: change snd_seq_client_load parameter
@ 2002-07-22 8:30 Clemens Ladisch
2002-07-22 10:57 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2002-07-22 8:30 UTC (permalink / raw)
To: alsa-devel
The snd_seq_client_load module parameter is an array.
Index: core/seq/seq.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq.c,v
retrieving revision 1.4
diff -u -r1.4 seq.c
--- core/seq/seq.c 4 Jan 2002 14:17:54 -0000 1.4
+++ core/seq/seq.c 22 Jul 2002 08:14:46 -0000
@@ -48,7 +48,7 @@
MODULE_CLASSES("{sound}");
MODULE_SUPPORTED_DEVICE("sound");
-MODULE_PARM(snd_seq_client_load, "i");
+MODULE_PARM(snd_seq_client_load, "1-64i");
MODULE_PARM_DESC(snd_seq_client_load, "The numbers of global (system) clients to load through kmod.");
MODULE_PARM(snd_seq_default_timer_class, "i");
MODULE_PARM_DESC(snd_seq_default_timer_class, "The default timer class.");
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-22 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-22 8:30 [PATCH] core/seq/seq.c: change snd_seq_client_load parameter Clemens Ladisch
2002-07-22 10:57 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.