rtl-sdr-blog/src
Christian Vogel 589e96e8d8 Using a #define for constant 2^22 (not pow())
pow() might require the math library to be linked with
rtl-sdl (e.g. when compiling with clang), even though
it's actually constant.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-05-17 21:58:53 +02:00
..
CMakeLists.txt rename rtl-sdr.c to librtlsdr.c 2012-05-17 21:33:53 +02:00
librtlsdr.c Using a #define for constant 2^22 (not pow()) 2012-05-17 21:58:53 +02:00
Makefile.am rename rtl-sdr.c to librtlsdr.c 2012-05-17 21:33:53 +02:00
rtl_sdr.c rtl_sdr, rtl_tcp: cleaned up gain handling 2012-05-07 22:59:34 +02:00
rtl_tcp.c rtl_tcp: convert command parameters from network to host byteorder 2012-05-13 23:04:09 +02:00
tuner_e4k.c tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[] 2012-05-14 19:28:55 +02:00
tuner_fc0012.c introduce api to configure crystal oscillator frequency 2012-04-25 22:32:51 +02:00
tuner_fc0013.c introduce api to configure crystal oscillator frequency 2012-04-25 22:32:51 +02:00
tuner_fc2580.c fix a -Wuninitialized warning 2012-04-25 22:47:30 +02:00