projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b134348
)
Moved gain values out of SOAPYSDR
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 5 Mar 2021 11:29:31 +0000
(11:29 +0000)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 5 Mar 2021 11:29:31 +0000
(11:29 +0000)
adc.h
patch
|
blob
|
history
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;