rockbox/apps/radio
Thomas Martitz 9d4cd7c0bd Fix FS#12239, data abort after going from FMS to WPS.
The data abort was in find_handle() because current_handle was corrupted. This
most probably happened due to the FMS allocating Radio AA on the buffer without
resetting the buffer, corrupting buffering/playback state.

The fix is to grab buffer control explicitely.

r30308 isn't actually related, regardless of the task title.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30342 a1c6a512-1295-4272-9138-f99709370657
2011-08-23 18:43:17 +00:00
..
presets.c Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno api worth reusing 2011-07-21 06:40:01 +00:00
presets.h Clean up naming of radio preset functions and move global radio preset methods into apps/radio/presets.h 2010-07-06 15:10:11 +00:00
radio.c Fix errors and warnings. 2011-08-14 15:37:05 +00:00
radio.h radio_screen() return value is unused -> void 2010-09-19 08:17:08 +00:00
radio_skin.c Fix red 2011-03-27 07:30:23 +00:00
radioart.c Fix FS#12239, data abort after going from FMS to WPS. 2011-08-23 18:43:17 +00:00