[dahdi-commits] sruffell: branch linux/sruffell/dahdi-linux-chainedvb r7331 - /linux/team/sru...
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Fri Oct 2 18:41:51 CDT 2009
Author: sruffell
Date: Fri Oct 2 18:41:40 2009
New Revision: 7331
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7331
Log:
wip: Set the max latency to something under the dlist size
Modified:
linux/team/sruffell/dahdi-linux-chainedvb/drivers/dahdi/voicebus/voicebus.c
Modified: linux/team/sruffell/dahdi-linux-chainedvb/drivers/dahdi/voicebus/voicebus.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/sruffell/dahdi-linux-chainedvb/drivers/dahdi/voicebus/voicebus.c?view=diff&rev=7331&r1=7330&r2=7331
==============================================================================
--- linux/team/sruffell/dahdi-linux-chainedvb/drivers/dahdi/voicebus/voicebus.c (original)
+++ linux/team/sruffell/dahdi-linux-chainedvb/drivers/dahdi/voicebus/voicebus.c Fri Oct 2 18:41:40 2009
@@ -73,7 +73,7 @@
* latency (in ms) on the host system.
*/
#define DLIST_SIZE 128
-#define MAX_LATENCY DLIST_SIZE
+#define MAX_LATENCY 25 /* DLIST_SIZE */
/* Interrupt status' reported in SR_CSR5 */
More information about the dahdi-commits
mailing list