mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-06-25 12:47:50 +02:00
tuner_fc0013: fix and improve manual LNA gain
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
|
||||
int fc0013_init(void *dev);
|
||||
int fc0013_set_params(void *dev, uint32_t freq, uint32_t bandwidth);
|
||||
int fc0013_set_gain(void *dev, int gain);
|
||||
int fc0013_set_gain_mode(void *dev, int manual);
|
||||
int fc0013_set_lna_gain(void *dev, int gain);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user