summaryrefslogtreecommitdiff
path: root/apps/dsp_arm.S
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-11 09:30:30 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-11 09:30:30 +0000
commit51845b344b90c19c05cb8e49e8a5be1910884c9a (patch)
tree9e18336202866f3e8d0e8d293b71952080060685 /apps/dsp_arm.S
parent1e3eec2d3d6c99afb65106786e51ea954ca04826 (diff)
downloadrockbox-51845b344b90c19c05cb8e49e8a5be1910884c9a.zip
rockbox-51845b344b90c19c05cb8e49e8a5be1910884c9a.tar.gz
rockbox-51845b344b90c19c05cb8e49e8a5be1910884c9a.tar.bz2
rockbox-51845b344b90c19c05cb8e49e8a5be1910884c9a.tar.xz
ARM DSP: Remove a couple comments that no longer apply.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25945 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/dsp_arm.S')
-rw-r--r--apps/dsp_arm.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/dsp_arm.S b/apps/dsp_arm.S
index 4d44e42..d9e05bf 100644
--- a/apps/dsp_arm.S
+++ b/apps/dsp_arm.S
@@ -116,9 +116,6 @@ channels_process_sound_chan_karaoke:
/****************************************************************************
* void sample_output_mono(int count, struct dsp_data *data,
* const int32_t *src[], int16_t *dst)
- * NOTE: The following code processes two samples at once. When count is odd,
- * there is an additional obsolete sample processed, which will not be
- * used by the calling functions.
*/
.section .icode, "ax", %progbits
.align 2
@@ -181,9 +178,6 @@ sample_output_mono:
/****************************************************************************
* void sample_output_stereo(int count, struct dsp_data *data,
* const int32_t *src[], int16_t *dst)
- * NOTE: The following code processes two samples at once. When count is odd,
- * there is an additional obsolete sample processed, which will not be
- * used by the calling functions.
*/
.section .icode, "ax", %progbits
.align 2