From 51845b344b90c19c05cb8e49e8a5be1910884c9a Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 11 May 2010 09:30:30 +0000 Subject: 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 --- apps/dsp_arm.S | 6 ------ 1 file changed, 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: /**************************************************************************** * 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 -- cgit v1.2.3