summaryrefslogtreecommitdiff
path: root/src/tuner_fc0013.c
AgeCommit message (Collapse)Author
2012-05-28tuner_fc0013: get rid of compiler warningSteve Markgraf
"this decimal constant is unsigned only in ISO C90" Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-05-27tuner_fc0013: improve tuning resolutionSteve Markgraf
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>
2012-05-25tuner_fc0013: use new cleaned-up driverSteve Markgraf
The driver was taken from http://git.linuxtv.org/ and adapted for librtlsdr. Also, fc0013_set_gain() was added. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-25introduce api to configure crystal oscillator frequencyDimitri Stolnikov
Usually both, the RTL and the tuner ICs use the same clock. Changing the clock may make sense if you are applying an external clock to the tuner or to compensate the frequency (and samplerate) error caused by the original cheap crystal. This commit covers all tuner drivers except of the Fitipower FC2580
2012-04-01rework on autotools handling ofDimitri Stolnikov
private headers
2012-04-01add tuner initialization, fix fc0013 replug bugSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-03-31add support for autoprobing the tunersSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-03-27rework towards a library interfaceDimitri Stolnikov
2012-03-12initial commitSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>