summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.h')
-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)