diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-11-05 10:01:22 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-11-05 10:01:22 +0000 |
| commit | d7e1070827d763d7d2c31332d9d3bb7540f3bca5 (patch) | |
| tree | e6370a03b622fc2b82ce81e3e7cd925cda6c8868 /docs/API | |
| parent | ec5d6ea7bbb300e5a5320b815c072aa8615891be (diff) | |
| download | rockbox-d7e1070827d763d7d2c31332d9d3bb7540f3bca5.zip rockbox-d7e1070827d763d7d2c31332d9d3bb7540f3bca5.tar.gz rockbox-d7e1070827d763d7d2c31332d9d3bb7540f3bca5.tar.bz2 rockbox-d7e1070827d763d7d2c31332d9d3bb7540f3bca5.tar.xz | |
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 'docs/API')
0 files changed, 0 insertions, 0 deletions