Fix comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-02-22 17:22:01 +00:00
parent 46597c9539
commit 10a22849e6

View File

@ -48,9 +48,8 @@ eq_filter:
move.l (11*4+12, %sp), %d5 | number of samples
movem.l (%a5), %d0-%d3 | load filter history
/* d0-r3 = history, d4 = number of channels, d5 = sample count,
* d6 = lower shift amount, d7 = upper shift amount, a0-a4 = coefs,
* a5 = history pointer, a6 = x[]
/* d0-d3 = history, d4 = temp, d5 = sample count, d6 = lower shift amount,
* d7 = upper shift amount, a0-a4 = coefs, a5 = history pointer, a6 = x[]
*/
.loop:
/* Direct form 1 filtering code. We assume DSP has put EMAC in frac mode.