aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuner_fc2580.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-25fix a -Wuninitialized warningSteve Markgraf1-1/+1
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-25introduce api to configure crystal oscillator frequencyDimitri Stolnikov1-3/+3
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-01add FCI FC2580 tuner supportSteve Markgraf1-0/+494
Signed-off-by: Steve Markgraf <steve@steve-m.de>