Don't call apps/ code from firmware/
commit98cf1a14b04590005ea6c2bb46e98c06fb47f375
authorThomas Jarosch <tomj@simonv.com>
Thu, 10 Mar 2011 15:50:15 +0000 (10 15:50 +0000)
committerThomas Jarosch <tomj@simonv.com>
Thu, 10 Mar 2011 15:50:15 +0000 (10 15:50 +0000)
treeaa6b7e61f4d63864c6af517e5c5d8e5edc391f1f
parent36d98fa7d04ce503a67dae71504a9e24c994c896
Don't call apps/ code from firmware/

Replace audio_stop() with audio_pause() in the sleep timer handler
for the connected charger case and remove recently added bookmarking code.

We don't power down anyway and a paused playback state
is still eligible for automatic bookmark creation if the
user later on removes the charger and waits for idle poweroff.

Hopefully other devs can sleep at night now. Or maybe I should leave
that change in there so they stay awake and hack on rockbox...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29555 a1c6a512-1295-4272-9138-f99709370657
firmware/powermgmt.c