From 7db7b10a8f76543be1a290bb63b5856da81a4428 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 9 Jul 2008 21:29:20 +0000 Subject: 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 --- include/dahdi/kernel.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/dahdi') 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 */ -- cgit v1.2.3