From 8a04f6203144b46909020d4ec5f91d680a2b88fd Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 3 May 2008 16:11:39 +0000 Subject: SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17330 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/spc/spc_codec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/codecs/spc/spc_codec.h b/apps/codecs/spc/spc_codec.h index f9127ef778..39d8ef5913 100644 --- a/apps/codecs/spc/spc_codec.h +++ b/apps/codecs/spc/spc_codec.h @@ -42,7 +42,8 @@ /* 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(SIMULATOR) +#if defined(TOSHIBA_GIGABEAT_F) || defined(TOSHIBA_GIGABEAT_S) ||\ + defined(SIMULATOR) /* Don't cache BRR waves */ #define SPC_BRRCACHE 0 -- cgit v1.2.3