forked from len0rd/rockbox
Now that headphone plug pause/resume should be better behaved, support it in mpegplayer too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16179 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0efdd7a5f7
commit
3f4fd4d6a0
3 changed files with 71 additions and 1 deletions
|
@ -809,6 +809,13 @@ uint32_t stream_get_seek_time(uint32_t *start)
|
|||
return time;
|
||||
}
|
||||
|
||||
/* Wait for a state transistion to complete */
|
||||
void stream_wait_status(void)
|
||||
{
|
||||
stream_mgr_lock();
|
||||
stream_mgr_unlock();
|
||||
}
|
||||
|
||||
/* Returns the smallest file window that includes all active streams'
|
||||
* windows */
|
||||
static bool stream_get_window_callback(struct list_item *item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue