From fa9c5c06566c143a8d4499d55fa13ec573a9d7bc Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 23 Feb 2006 11:29:10 +0000 Subject: Erronous comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8803 a1c6a512-1295-4272-9138-f99709370657 --- apps/eq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/eq.c b/apps/eq.c index 7921028403..eecfc650d9 100644 --- a/apps/eq.c +++ b/apps/eq.c @@ -130,8 +130,8 @@ static long dbtoA(long db) } /* Calculate second order section peaking filter coefficients. - cutoff is a value from 0 to 0xffffffff, where 0 represents 0 hz and - 0xffffffff represents nyquist (samplerate/2). + cutoff is a value from 0 to 0x80000000, where 0 represents 0 hz and + 0x80000000 represents nyquist (samplerate/2). Q is an unsigned 16.16 fixed point number, lower bound is artificially set at 0.5. db is s15.16 fixed point and describes gain/attenuation at peak freq. -- cgit v1.2.3