summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-24 17:06:36 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-24 17:06:36 +0000
commitd4e904bf3557c63fb358d2d8e91bb103ca369e1a (patch)
tree2405fea04069c5d13286438d38ef7c246bb75075 /firmware
parentdbf772bae969703972a672a866f07edc9a9031a5 (diff)
downloadrockbox-d4e904bf3557c63fb358d2d8e91bb103ca369e1a.tar.gz
rockbox-d4e904bf3557c63fb358d2d8e91bb103ca369e1a.zip
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12472 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 3ad74c4859..2079a84f0f 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -63,6 +63,7 @@ enum {
63 SOUND_CHAN_MONO_LEFT, 63 SOUND_CHAN_MONO_LEFT,
64 SOUND_CHAN_MONO_RIGHT, 64 SOUND_CHAN_MONO_RIGHT,
65 SOUND_CHAN_KARAOKE, 65 SOUND_CHAN_KARAOKE,
66 SOUND_CHAN_NUM_MODES
66}; 67};
67 68
68typedef void sound_set_type(int value); 69typedef void sound_set_type(int value);