forked from len0rd/rockbox
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
This commit is contained in:
parent
c04f1a23c7
commit
d1ff237798
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue