From df0329f8a9da04c5fd9e1cbe803f4fbf1fbabd87 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Tue, 4 Dec 2007 22:30:23 +0000 Subject: 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 --- zaptel.h | 9 +++++---- 1 file 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 @@ -654,6 +650,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 */ -- cgit v1.2.3