]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
skypopen: OSS driver, refinement
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Mon, 25 Apr 2011 14:13:39 +0000 (09:13 -0500)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Mon, 25 Apr 2011 14:13:39 +0000 (09:13 -0500)
src/mod/endpoints/mod_skypopen/oss/skypopen.h

index 3d94085dde0b782b8f0cd014e6bd22fd50d8591c..f61925626c9c6bede4789b3f6fb5fbf39c834c08 100644 (file)
@@ -23,8 +23,8 @@
 
 #define CENTOS_5 /* define this ONLY if you're on CentOS 5.x (eg: undef on CentOS 6.x ) */
 #define WANT_HRTIMER /* undef this only if you don't want to use High Resolution Timers (why?) */
-#define SKYPOPEN_BLK 960
-#define SKYPOPEN_SLEEP 10
+#define SKYPOPEN_BLK 1920
+#define SKYPOPEN_SLEEP 20
 
 
 #define SKYPOPEN_MAJOR 14   /* dynamic major by default */