From d3a194593958c45b2173e7d3c919af4548c9f55f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 12 Jul 2010 15:59:11 +0000 Subject: Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) and 2.7MHz on c200v1 (pp5024) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27403 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtta/ttalib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libtta/ttalib.h') diff --git a/apps/codecs/libtta/ttalib.h b/apps/codecs/libtta/ttalib.h index 861c119cd4..45da71813a 100644 --- a/apps/codecs/libtta/ttalib.h +++ b/apps/codecs/libtta/ttalib.h @@ -142,7 +142,7 @@ void player_stop (void); // FUNCTION: destroys memory pools /* Rockbox speciffic: unsigned char -> int32_t */ int get_samples ( // FUNCTION: decode PCM_BUFFER_LENGTH samples - int32_t *buffer); // into the current PCM buffer position + int32_t *buffer) ICODE_ATTR; // into the current PCM buffer position /* * RETURN VALUE -- cgit v1.2.3