Update of /cvsroot/alsa/alsa-kernel/core/seq
In directory sc8-pr-cvs1:/tmp/cvs-serv12010/core/seq

Modified Files:
        seq_timer.c 
Log Message:
Added snd_timer_pause(). Implemented more event notifications for timer.
Cleanups.


Index: seq_timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_timer.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- seq_timer.c 25 Feb 2003 12:35:44 -0000      1.13
+++ seq_timer.c 1 Mar 2003 14:50:36 -0000       1.14
@@ -319,7 +319,7 @@
        if (!tmr->running)
                return 0;
        tmr->running = 0;
-       snd_timer_stop(tmr->timeri);
+       snd_timer_pause(tmr->timeri);
        return 0;
 }
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to