From 10a22849e6564dfff953a41a94d14b18de97fd1e Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 22 Feb 2007 17:22:01 +0000 Subject: Fix comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12454 a1c6a512-1295-4272-9138-f99709370657 --- apps/eq_cf.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/eq_cf.S b/apps/eq_cf.S index 75bfcafb3a..954b9d697d 100644 --- a/apps/eq_cf.S +++ b/apps/eq_cf.S @@ -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. -- cgit v1.2.3