Update of /cvsroot/alsa/alsa-kernel/core/seq
In directory usw-pr-cvs1:/tmp/cvs-serv12791/core/seq
Modified Files:
seq_clientmgr.c seq_timer.c
Log Message:
Changed module options: snd_xxxx ==> xxxx; patch by Chris Rankin
Index: seq_clientmgr.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_clientmgr.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- seq_clientmgr.c 14 Oct 2002 16:21:10 -0000 1.16
+++ seq_clientmgr.c 22 Oct 2002 08:52:16 -0000 1.17
@@ -110,7 +110,7 @@
return clienttab[clientid];
}
-extern int snd_seq_client_load[];
+extern int seq_client_load[];
client_t *snd_seq_client_use_ptr(int clientid)
{
@@ -141,9 +141,9 @@
if (! client_requested[clientid]) {
client_requested[clientid] = 1;
for (idx = 0; idx < 64; idx++) {
- if (snd_seq_client_load[idx] < 0)
+ if (seq_client_load[idx] < 0)
break;
- if (snd_seq_client_load[idx] == clientid) {
+ if (seq_client_load[idx] == clientid) {
sprintf(name, "snd-seq-client-%i",
clientid);
request_module(name);
break;
Index: seq_timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_timer.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- seq_timer.c 12 Aug 2002 08:43:45 -0000 1.8
+++ seq_timer.c 22 Oct 2002 08:52:16 -0000 1.9
@@ -27,12 +27,12 @@
#include "seq_queue.h"
#include "seq_info.h"
-extern int snd_seq_default_timer_class;
-extern int snd_seq_default_timer_sclass;
-extern int snd_seq_default_timer_card;
-extern int snd_seq_default_timer_device;
-extern int snd_seq_default_timer_subdevice;
-extern int snd_seq_default_timer_resolution;
+extern int seq_default_timer_class;
+extern int seq_default_timer_sclass;
+extern int seq_default_timer_card;
+extern int seq_default_timer_device;
+extern int seq_default_timer_subdevice;
+extern int seq_default_timer_resolution;
#define SKEW_BASE 0x10000 /* 16bit shift */
@@ -103,12 +103,12 @@
tmr->running = 0;
tmr->type = SNDRV_SEQ_TIMER_ALSA;
- tmr->alsa_id.dev_class = snd_seq_default_timer_class;
- tmr->alsa_id.dev_sclass = snd_seq_default_timer_sclass;
- tmr->alsa_id.card = snd_seq_default_timer_card;
- tmr->alsa_id.device = snd_seq_default_timer_device;
- tmr->alsa_id.subdevice = snd_seq_default_timer_subdevice;
- tmr->preferred_resolution = snd_seq_default_timer_resolution;
+ tmr->alsa_id.dev_class = seq_default_timer_class;
+ tmr->alsa_id.dev_sclass = seq_default_timer_sclass;
+ tmr->alsa_id.card = seq_default_timer_card;
+ tmr->alsa_id.device = seq_default_timer_device;
+ tmr->alsa_id.subdevice = seq_default_timer_subdevice;
+ tmr->preferred_resolution = seq_default_timer_resolution;
tmr->skew = tmr->skew_base = SKEW_BASE;
}
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM))
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog