This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5972 - DivideByZero fix with recordings
|
DetailsThis patch solves the DivideByZero problem (I05 at 0x31020634) at recording start/end on iriver. In read_peak_levels() were 2 uncontrolled divisions with variable values. This patch fixes http://www.rockbox.org/tracker/task/5961.
|
This task depends upon
Closed by Martin Scarratt (mmmm-)
Wednesday, 13 September 2006, 20:22 GMT+2
Reason for closing: Fixed
Wednesday, 13 September 2006, 20:22 GMT+2
Reason for closing: Fixed
This I05-error was very annoying.
Secondly the zeros should be very rare at least in recording mode.
So to my understanding of the code there is no disadvantage with this patch.
But I am happy, if the AGC responsible programmer can solve the problem
in a more elaborated way.