mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
get_more() can disable audio when there's nothing more to genreate but that can get called (and "fail") _before_ we set the flag that audio is turned on. If this occurs, we will incorrecly set the "audio on" flag after the failure which will prevent the mixer from being re-started. (We're at the mercy of thread scheduling) Change-Id: I4f6c50a71c7ad685ff45f775e7e4b1c61b8b7777 |
||
|---|---|---|
| .. | ||
| basic_funcs.c | ||
| basic_funcs.h | ||
| basic_types.h | ||
| main_rockbox.c | ||
| miniz_config.h | ||
| rockboxcodes.h | ||
| sysarg_rockbox.c | ||
| sysevt_rockbox.c | ||
| sysfile_rockbox.c | ||
| sysmem_rockbox.c | ||
| sysmenu_rockbox.c | ||
| sysmenu_rockbox.h | ||
| syssnd_rockbox.c | ||
| syssnd_rockbox.h | ||
| system.h | ||
| system_rockbox.c | ||
| sysvid_rockbox.c | ||