index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
radio
/
radio.c
Age
Commit message (
Expand
)
Author
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
2020-05-24
Radio: Say current frequency or preset when pausing
Igor B. Poretsky
2018-12-24
Do not touch FM tuner when it is turned off
Solomon Peachy
2017-11-14
nwz: improve keymap
Amaury Pouly
2017-02-11
Improve radio RDS driver and framework
Michael Sevakis
2016-01-25
Replace SAMSUNG_YH920_PAD with YH92X
Sebastian Leonhardt
2014-07-26
Reduce definitions of actions for fm radio.
Szymon Dziok
2014-07-26
MPIO HD200: Fix action for fm radio.
Szymon Dziok
2014-07-26
HDD1630/HDD6330: Add actions for fm radio.
Szymon Dziok
2014-06-18
Radio and radio recording for Samsung YH-920.
Szymon Dziok
2014-01-14
FMS: Load/update the skin at last, when fully initialzed, so that it can disp...
Thomas Martitz
2013-09-09
radio: fix FS#12747
Jonathan Gordon
2013-07-16
[Fuze+][Keymaps] keymaps for radio and recorder update
Jean-Louis Biasini
2013-07-06
Bugfix: (un)locking state message(s) did not disappear
Lorenzo Miori
2013-06-10
Enable key lock in radio screen
Amaury Pouly
2012-05-28
ypr0: This patch adds radio support to Samsung YP-R0
Lorenzo Miori
2012-02-25
Move radio power handling from apps/ to drivers.
Amaury Pouly
2011-12-07
Fix for "FS#12430 - FM presets tags aren't dynamic in status bar."
Thomas Martitz
2011-11-17
imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight o...
Amaury Pouly
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
2011-08-14
Fix errors and warnings.
Thomas Martitz
2011-07-21
Fix FS#8656 - Error saving non-current playlist file
Jonathan Gordon
2011-07-21
Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno a...
Jonathan Gordon
2011-06-26
Reuse a general voice function instead of reinventing the wheel.
Nils Wallménius
2011-06-01
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
2011-05-24
Fix 2 'set but not used' warnings.
Nils Wallménius
2011-01-29
Move fm radio related menus out of radio.c into apps/menus/.
Thomas Martitz
2010-11-02
MPIO HD200: adjust FM keymap
Marcin Bukat
2010-10-31
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
2010-10-17
(Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset questi...
Jonathan Gordon
2010-09-19
radio_screen() return value is unused -> void
Rafaël Carré
2010-09-14
Another major skin backend update/hopefully bugfix:
Jonathan Gordon
2010-08-16
Fix FS#11469 - make the fms update as it should
Jonathan Gordon
2010-07-29
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-07-26
Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on th...
Jonathan Gordon
2010-07-06
Clean up naming of radio preset functions and move global radio preset method...
Bertrik Sikken
2010-07-06
make the fms update
Jonathan Gordon
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-18
radio keymap: enable fuze/clip buttons
Rafaël Carré
2010-05-26
Fix r26298 yellow: Somehow missed those warnings. Need playback.h.
Michael Sevakis
2010-05-26
SWCODEC: Wait for audio init to complete before starting radio or recording; ...
Michael Sevakis
2010-05-24
Si4700 tuner: It doesn't like to do i2c while powered off and hangs the bus. ...
Michael Sevakis
2010-05-17
split the radio code into multiple files in the hope that makes it more likel...
Jonathan Gordon