summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-07-09 21:29:20 +0000
committerShaun Ruffell <sruffell@digium.com>2008-07-09 21:29:20 +0000
commit7db7b10a8f76543be1a290bb63b5856da81a4428 (patch)
tree045ecfdbf52bc2e065d2027559dd27b22d173f6f /include
parente08995ee066063a3db960046bc5b6c0543db0444 (diff)
Undoing accidental commit to the trunk of dahdi/linux.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4590 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index d76ab32..b2ac0ff 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -157,11 +157,8 @@
#define DAHDI_DEFAULT_BLOCKSIZE 1024
#define DAHDI_DEFAULT_MTR_MRU 2048
-#define DAHDI_POLICY_IMMEDIATE 0 /* Start play/record immediately */
-#define DAHDI_POLICY_WHEN_FULL 1 /* Start play/record when buffer is full */
-#define DAHDI_POLICY_HALF_FULL 2 /* ...and when buffer is half full. */
-
-#define DAHDI_POLICY_DEFAULT DAHDI_POLICY_HALF_FULL
+#define DAHDI_POLICY_IMMEDIATE 0 /* Start play/record immediately */
+#define DAHDI_POLICY_WHEN_FULL 1 /* Start play/record when buffer is full */
#define RING_DEBOUNCE_TIME 2000 /* 2000 ms ring debounce time */