[svn-commits] mmichelson: branch 1.4 r3303 - /branches/1.4/zaptel.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 4 16:28:59 CST 2007


Author: mmichelson
Date: Tue Dec  4 16:28:58 2007
New Revision: 3303

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3303
Log:
Moving the ZT_SET_HWGAIN define so that the list maintains the numerical order
previously established.


Modified:
    branches/1.4/zaptel.h

Modified: branches/1.4/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.h?view=diff&rev=3303&r1=3302&r2=3303
==============================================================================
--- branches/1.4/zaptel.h (original)
+++ branches/1.4/zaptel.h Tue Dec  4 16:28:58 2007
@@ -697,10 +697,6 @@
  */
 #define ZT_LOOPBACK _IOW(ZT_CODE, 58, int)
 
-/*
- * Set the HW gain for a device
- */
-#define ZT_SET_HWGAIN   _IOW (ZT_CODE, 86, struct zt_hwgain)
 
 /*
  *  60-80 are reserved for private drivers
@@ -716,6 +712,11 @@
  * Destroy a dynamic span 
  */
 #define ZT_DYNAMIC_DESTROY	_IOW (ZT_CODE, 81, struct zt_dynamic_span)
+
+/*
+ * Set the HW gain for a device
+ */
+#define ZT_SET_HWGAIN   _IOW (ZT_CODE, 86, struct zt_hwgain)
 
 /*
  * Enable tone detection -- implemented by low level driver




More information about the svn-commits mailing list