summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-11-05 10:01:22 +0000
committerThomas Martitz <kugel@rockbox.org>2011-11-05 10:01:22 +0000
commitd7e1070827d763d7d2c31332d9d3bb7540f3bca5 (patch)
treee6370a03b622fc2b82ce81e3e7cd925cda6c8868 /firmware
parentec5d6ea7bbb300e5a5320b815c072aa8615891be (diff)
downloadrockbox-d7e1070827d763d7d2c31332d9d3bb7540f3bca5.tar.gz
rockbox-d7e1070827d763d7d2c31332d9d3bb7540f3bca5.zip
Fix FS#12279 - playback starts from the beginning when changing themes.
Very frequent start-stop cycles (as caused by frequent core_alloc() calls) of audio makes the codecs lose the resume position, and this causes playback from the beginning. To work around, use queue_post() instead of queue_send() to delay the resume so that it only resumes once per core_alloc() set. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30900 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions