[zaptel-commits] mmichelson: trunk r3304 - in /trunk: ./ zaptel.h
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Dec 4 16:30:23 CST 2007
Author: mmichelson
Date: Tue Dec 4 16:30:23 2007
New Revision: 3304
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3304
Log:
Merged revisions 3303 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
........
r3303 | mmichelson | 2007-12-04 16:28:58 -0600 (Tue, 04 Dec 2007) | 4 lines
Moving the ZT_SET_HWGAIN define so that the list maintains the numerical order
previously established.
........
Modified:
trunk/ (props changed)
trunk/zaptel.h
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/zaptel.h
URL: http://svn.digium.com/view/zaptel/trunk/zaptel.h?view=diff&rev=3304&r1=3303&r2=3304
==============================================================================
--- trunk/zaptel.h (original)
+++ trunk/zaptel.h Tue Dec 4 16:30:23 2007
@@ -634,10 +634,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
@@ -653,6 +649,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 zaptel-commits
mailing list