[Freeswitch-svn] [commit] r7868 - freeswitch/trunk/src/mod/endpoints/mod_alsa

Freeswitch SVN anthm at freeswitch.org
Tue Mar 11 19:39:47 EDT 2008


Author: anthm
Date: Tue Mar 11 19:39:46 2008
New Revision: 7868

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c

Log:
update

Modified: freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c	Tue Mar 11 19:39:46 2008
@@ -637,7 +637,7 @@
 		globals.read_frame.datalen = samples * 2;
 		globals.read_frame.samples = samples;
 
-		switch_core_timer_check(&globals.timer);
+		switch_core_timer_check(&globals.timer, SWITCH_TRUE);
 		globals.read_frame.timestamp = globals.timer.samplecount;
 		*frame = &globals.read_frame;
 



More information about the Freeswitch-svn mailing list