[Pkg-voip-commits] r8137 - in /dahdi-linux/trunk/debian: changelog patches/chanmute patches/series

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Mar 2 13:16:09 UTC 2010


Author: tzafrir-guest
Date: Tue Mar  2 13:16:01 2010
New Revision: 8137

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8137
Log:
Patch chanmute: Enable CHANMUTE optimization (for xpp, mostly). 

Added:
    dahdi-linux/trunk/debian/patches/chanmute
Modified:
    dahdi-linux/trunk/debian/changelog
    dahdi-linux/trunk/debian/patches/series

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=8137&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog (original)
+++ dahdi-linux/trunk/debian/changelog Tue Mar  2 13:16:01 2010
@@ -17,8 +17,9 @@
   * Move xpp udev rules under /lib. Name still kept for the sake of
     simplicity (thanks, Lintian).
   * Patch no_dummy: use dahdi internal timing instead of dahdi_dummy. 
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu, 18 Feb 2010 12:12:33 +0200
+  * Patch chanmute: Enable CHANMUTE optimization (for xpp, mostly). 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 02 Mar 2010 15:10:37 +0200
 
 dahdi-linux (1:2.2.0.2~dfsg-1) unstable; urgency=low
 

Added: dahdi-linux/trunk/debian/patches/chanmute
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/chanmute?rev=8137&op=file
==============================================================================
--- dahdi-linux/trunk/debian/patches/chanmute (added)
+++ dahdi-linux/trunk/debian/patches/chanmute Tue Mar  2 13:16:01 2010
@@ -1,0 +1,19 @@
+Subject: Enable CHANMUTE optimization (for xpp, mostly)
+Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Forwarded: no
+
+Enable the OPTIMIZE_CHANMUTE code: don't waste CPU time on channels
+whose audio is not useful. Currently only used by xpp drivers, and
+disabled by default by upstream.
+
+--- a/include/dahdi/dahdi_config.h
++++ b/include/dahdi/dahdi_config.h
+@@ -171,7 +171,7 @@
+ /*
+  * Skip processing PCM if low-level driver won't use it anyway
+  */
+-/* #define	OPTIMIZE_CHANMUTE */
++#define	OPTIMIZE_CHANMUTE
+ 
+ 
+ 

Modified: dahdi-linux/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/series?rev=8137&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/patches/series (original)
+++ dahdi-linux/trunk/debian/patches/series Tue Mar  2 13:16:01 2010
@@ -3,4 +3,5 @@
 no_firmware_download
 mmx_auto
 uk_rotary
+chanmute
 no_dummy




More information about the Pkg-voip-commits mailing list