1
0
Fork 0
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:
Michael Sevakis 2008-01-27 21:45:15 +00:00
parent 0efdd7a5f7
commit 3f4fd4d6a0
3 changed files with 71 additions and 1 deletions

View file

@ -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,