From 143b10306196cebd381816528576a9a36f6ac8d1 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Thu, 20 Sep 2012 00:47:11 +0200 Subject: tuner_fc0013: fix and improve manual LNA gain Signed-off-by: Steve Markgraf --- include/tuner_fc0013.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.3.1