summaryrefslogtreecommitdiff
path: root/src/tuner_e4000.c
AgeCommit message (Collapse)Author
2012-05-04use new E4000 tuner driver, allow manual gainSteve Markgraf
Many thanks to Hoernchen for making the driver work properly and adding manual gain! 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-20e4k: disable DC offset correctionSteve Markgraf
This was causing the 'pulsing' of the DC offset spike. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-01rework on autotools handling ofDimitri Stolnikov
private headers
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>