tuner_fc0013: fix and improve manual LNA gain

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf
2012-09-20 00:47:11 +02:00
parent 15b9e7ef02
commit 143b103061
3 changed files with 65 additions and 40 deletions

View File

@ -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