mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-15 22:03:16 +02:00
tuner_fc0012: add manual gain support
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
@ -679,7 +679,7 @@ int rtlsdr_get_tuner_gains(rtlsdr_dev_t *dev, int *gains)
|
||||
{
|
||||
const int e4k_gains[] = { -10, 15, 40, 65, 90, 115, 140, 165, 190, 215,
|
||||
240, 290, 340, 420, 430, 450, 470, 490 };
|
||||
const int fc0012_gains[] = { 0 /* no gain values */ };
|
||||
const int fc0012_gains[] = { -99, -40, 71, 179, 192 };
|
||||
const int fc0013_gains[] = { -63, 71, 191, 197 };
|
||||
const int fc2580_gains[] = { 0 /* no gain values */ };
|
||||
|
||||
|
Reference in New Issue
Block a user