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

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Fri Jun 18 11:11:09 UTC 2010


Author: tzafrir
Date: Fri Jun 18 11:11:06 2010
New Revision: 8505

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8505
Log:
Patch chanmute: make it also explicitly disable the untested
DAHDI_AUDIO_NOTIFY.

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

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=8505&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog (original)
+++ dahdi-linux/trunk/debian/changelog Fri Jun 18 11:11:06 2010
@@ -3,8 +3,10 @@
   * New upstream version (Closes: #546319).
   * Patch no_dummy removed: merged upstream. 
   * Patch wcb4xxp_extra_trunk: merged upstream.
-
- -- Tzafrir Cohen <tzafrir at debian.org>  Fri, 18 Jun 2010 13:10:19 +0300
+  * Patch chanmute: make it also explicitly disable the untested
+    DAHDI_AUDIO_NOTIFY.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Fri, 18 Jun 2010 14:09:17 +0300
 
 dahdi-linux (1:2.2.1.1+dfsg-1) unstable; urgency=low
 

Modified: dahdi-linux/trunk/debian/patches/chanmute
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/chanmute?rev=8505&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/patches/chanmute (original)
+++ dahdi-linux/trunk/debian/patches/chanmute Fri Jun 18 11:11:06 2010
@@ -6,9 +6,12 @@
 whose audio is not useful. Currently only used by xpp drivers, and
 disabled by default by upstream.
 
+Also explicitly disable DAHDI_AUDIO_NOTIFY that is still not well-tested
+(does nothing if OPTIMIZE_CHANMUTE is not set).
+
 --- a/include/dahdi/dahdi_config.h
 +++ b/include/dahdi/dahdi_config.h
-@@ -171,7 +171,7 @@
+@@ -176,12 +176,12 @@
  /*
   * Skip processing PCM if low-level driver won't use it anyway
   */
@@ -17,3 +20,9 @@
  
  
  /*
+  * Pass DAHDI_AUDIOMODE to channel driver as well
+  */
+-#define	DAHDI_AUDIO_NOTIFY
++/* #define	DAHDI_AUDIO_NOTIFY */
+ 
+ #endif




More information about the Pkg-voip-commits mailing list