From eb3e102d081ea3caa3079b0e01cc23e7774f4c6a Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Sun, 17 Jun 2007 16:32:02 +0000 Subject: Fix up #endif. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13652 a1c6a512-1295-4272-9138-f99709370657 --- firmware/pcm_playback.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'firmware') diff --git a/firmware/pcm_playback.c b/firmware/pcm_playback.c index 66519d6882..80f7e1f6b2 100644 --- a/firmware/pcm_playback.c +++ b/firmware/pcm_playback.c @@ -23,7 +23,7 @@ #include "sound.h" #if CONFIG_CPU == PNX0101 #include "string.h" -#endif +#endif /* CONFIG_CPU == PNX0101 */ /** * APIs implemented in the target-specific portion: @@ -273,7 +273,7 @@ void pcm_calculate_peaks(int *left, int *right) #if CONFIG_CPU == PNX0101 size_t samples = p_size / 4; addr = p; -#endif +#endif /* CONFIG_CPU */. if (samples > PEAK_SAMPLES) samples = PEAK_SAMPLES - (PEAK_STRIDE - 1); @@ -324,9 +324,10 @@ void pcm_calculate_peaks(int *left, int *right) else *right = peak_value; } -#endif } -#endif +#endif /* !defined(CPU_PP) */ + +#endif /* !defined(CPU_COLDFIRE) && (CONFIG_CPU != S3C2440) */ /**************************************************************************** * Functions that do not require targeted implementation but only a targeted -- cgit v1.2.3