This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7447 - CPU remains boosted during playback if voice is in use.
Attached to Project:
Rockbox
Opened by Steve Bavin (pondlife) - Tuesday, 17 July 2007, 14:05 GMT+2
Last edited by Steve Bavin (pondlife) - Tuesday, 31 July 2007, 12:42 GMT+2
Opened by Steve Bavin (pondlife) - Tuesday, 17 July 2007, 14:05 GMT+2
Last edited by Steve Bavin (pondlife) - Tuesday, 31 July 2007, 12:42 GMT+2
|
DetailsIf a voice file is in use, the CPU is always boosted during playback.
When in the "unwanted boost" state, the CPU boost log shows the following: B main.c:328 B common/dircache.c:554 U common/dircache.c:563 B tagcache.c:3835 U tagcache.c:3853 U main.c:542 B tagcache.c:3803 B thread.c:915 B playlist.c:1219 B talk.c:218 U talk.c:230 U tagcache.c:3816 U playlist.c:1244 If I read this correctly, it indicates that the unwanted boost was started in thread.c:915. This just indicates a call to trigger_cpu_boost() was used, very likely one of the calls in playback.c... |
This task depends upon
Closed by Steve Bavin (pondlife)
Tuesday, 31 July 2007, 12:42 GMT+2
Reason for closing: Fixed
Additional comments about closing: jhMikeS fixed in a better way.
Tuesday, 31 July 2007, 12:42 GMT+2
Reason for closing: Fixed
Additional comments about closing: jhMikeS fixed in a better way.
http://svn.rockbox.org/viewvc.cgi/trunk/apps/playback.c?r1=12304&r2=12314
http://svn.rockbox.org/viewvc.cgi/trunk/apps/playback.c?r1=12807&r2=12843
Maybe MikeS could look at it, and an iPod Video user could test it?