aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2012-05-27 15:33:11 +0200
committerSteve Markgraf <steve@steve-m.de>2012-05-27 15:33:11 +0200
commit75548c8bf314f6ee2e354bf37efb8f33fe28fb3d (patch)
tree68be19ef3fc5c2ab3bbfddbdad39f11eba033ee6 /include
parentbcb8f2b28a281520da1181a2463d1e827ffa15bc (diff)
tuner_fc0013: improve tuning resolution
We now use Hz instead of kHz for the internal calculations, and thus improve the tuning resolution to ~50 Hz (tested with DAB). Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'include')
-rw-r--r--include/tuner_fc0013.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tuner_fc0013.h b/include/tuner_fc0013.h
index e940919..b409fe8 100644
--- a/include/tuner_fc0013.h
+++ b/include/tuner_fc0013.h
@@ -30,7 +30,7 @@
#define FC0013_CHECK_VAL 0xa3
int fc0013_init(void *dev);
-int fc0013_set_params(void *dev, uint32_t frequency, uint32_t bw);
+int fc0013_set_params(void *dev, uint32_t freq, uint32_t bandwidth);
int fc0013_set_gain(void *dev, int gain);
#endif