summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2012-09-20 00:47:11 +0200
committerSteve Markgraf <steve@steve-m.de>2012-09-20 00:47:11 +0200
commit143b10306196cebd381816528576a9a36f6ac8d1 (patch)
tree87eba56ccbed1f05700c139a4eb0ce9ac11951a4 /include
parent15b9e7ef0245a7fd3c84fd799029171caafa7bb6 (diff)
tuner_fc0013: fix and improve manual LNA gain
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'include')
-rw-r--r--include/tuner_fc0013.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tuner_fc0013.h b/include/tuner_fc0013.h
index b409fe8..68a26ee 100644
--- a/include/tuner_fc0013.h
+++ b/include/tuner_fc0013.h
@@ -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