summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmichelson <mmichelson@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-04 22:30:23 +0000
committermmichelson <mmichelson@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-04 22:30:23 +0000
commitdf0329f8a9da04c5fd9e1cbe803f4fbf1fbabd87 (patch)
tree8072fb01a41173ea6f286858e4ffa70328acb314
parent36d944cbddbf9403ea04246cc65599a8b8bf7f76 (diff)
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. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@3304 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--zaptel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/zaptel.h b/zaptel.h
index c63bc23..10413d1 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -634,10 +634,6 @@ struct zt_hwgain{
*/
#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
@@ -655,6 +651,11 @@ struct zt_hwgain{
#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
*/
#define ZT_TONEDETECT _IOW (ZT_CODE, 91, int)