summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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