summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.c
Commit message (Expand)AuthorAgeFilesLines
* new slave command: radio_step_freqvoroshil2006-11-191-0/+21
* Add *BSD BT848 radio supportvoroshil2006-11-181-1/+152
* add public wrapper for get_frequencyvoroshil2006-11-171-0/+15
* Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"voroshil2006-11-171-1/+1
* Add missed 'break'.voroshil2006-11-091-0/+2
* Move non driver-specific block to non-driver specific procedure, to avoidvoroshil2006-11-091-17/+15
* Adding ability to check allowed frequency range.voroshil2006-11-081-2/+17
* Replace enneccesery O_RDWR with O_RDONLYvoroshil2006-11-071-1/+1
* Restoring volume level of radio card on exit.voroshil2006-11-071-0/+3
* ability to pass channel name (not only number) to radio_set_channelvoroshil2006-09-111-1/+16
* Remove stray and superflous #ifdef checks.diego2006-09-011-5/+0
* Check for requirements at configure-time, not at run-time.diego2006-08-311-5/+1
* Do not cast calloc/malloc resultsreimar2006-08-311-5/+5
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+1108