summaryrefslogtreecommitdiff
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
parent1e3eec2d3d6c99afb65106786e51ea954ca04826 (diff)
downloadrockbox-51845b344b90c19c05cb8e49e8a5be1910884c9a.tar.gz
rockbox-51845b344b90c19c05cb8e49e8a5be1910884c9a.zip
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
-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 4d44e42dd6..d9e05bf248 100644
--- a/apps/dsp_arm.S
+++ b/apps/dsp_arm.S
@@ -116,9 +116,6 @@ channels_process_sound_chan_karaoke:
116/**************************************************************************** 116/****************************************************************************
117 * void sample_output_mono(int count, struct dsp_data *data, 117 * void sample_output_mono(int count, struct dsp_data *data,
118 * const int32_t *src[], int16_t *dst) 118 * const int32_t *src[], int16_t *dst)
119 * NOTE: The following code processes two samples at once. When count is odd,
120 * there is an additional obsolete sample processed, which will not be
121 * used by the calling functions.
122 */ 119 */
123 .section .icode, "ax", %progbits 120 .section .icode, "ax", %progbits
124 .align 2 121 .align 2
@@ -181,9 +178,6 @@ sample_output_mono:
181/**************************************************************************** 178/****************************************************************************
182 * void sample_output_stereo(int count, struct dsp_data *data, 179 * void sample_output_stereo(int count, struct dsp_data *data,
183 * const int32_t *src[], int16_t *dst) 180 * const int32_t *src[], int16_t *dst)
184 * NOTE: The following code processes two samples at once. When count is odd,
185 * there is an additional obsolete sample processed, which will not be
186 * used by the calling functions.
187 */ 181 */
188 .section .icode, "ax", %progbits 182 .section .icode, "ax", %progbits
189 .align 2 183 .align 2