]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Moved gain values out of SOAPYSDR
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Fri, 5 Mar 2021 11:29:31 +0000 (11:29 +0000)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Fri, 5 Mar 2021 11:29:31 +0000 (11:29 +0000)
adc.h

diff --git a/adc.h b/adc.h
index 9f067d194cfee0b40e9fdeea059ca2bdc60e35b6..f0a14b4f14ee96360c2ef263bdf2f989829a9a9a 100644 (file)
--- a/adc.h
+++ b/adc.h
@@ -65,10 +65,10 @@ typedef struct _adc {
   gboolean preamp;
   gint attenuation;
   gboolean enable_step_attenuation;
-#ifdef SOAPYSDR
   gdouble gain;
   gdouble min_gain;
   gdouble max_gain;
+#ifdef SOAPYSDR
   gboolean agc;
 #endif
 } ADC;