]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 11 Mar 2008 23:39:46 +0000 (23:39 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 11 Mar 2008 23:39:46 +0000 (23:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7868 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_alsa/mod_alsa.c

index 792671a3fc9047f1606a3f998834a2a9fd07b686..88d7f528a9a274175b32b9fffcff4ffec35c2989 100644 (file)
@@ -637,7 +637,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
                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;