From d1ff23779821dc18f11256d51c397995496aa51c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 19 Jan 2011 10:05:01 +0000 Subject: [PATCH] SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and echo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29089 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspc/spc_codec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/codecs/libspc/spc_codec.h b/apps/codecs/libspc/spc_codec.h index b3a445c596..f4f69dd758 100644 --- a/apps/codecs/libspc/spc_codec.h +++ b/apps/codecs/libspc/spc_codec.h @@ -48,9 +48,9 @@ #define SPC_DUAL_CORE 0 #endif -/* TGB is the only target fast enough for gaussian and realtime BRR decode */ -/* echo is almost fast enough but not quite */ -#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\ +/* Only some targets are fast enough for gaussian and realtime BRR decode */ +#if CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || \ + CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2 || \ (CONFIG_PLATFORM & PLATFORM_HOSTED) || MEMORYSIZE <= 2 /* Don't cache BRR waves */ #define SPC_BRRCACHE 0