summaryrefslogtreecommitdiff
path: root/apps/dsp_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp_asm.h')
-rw-r--r--apps/dsp_asm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/dsp_asm.h b/apps/dsp_asm.h
index ee90f5763e..f8df337b37 100644
--- a/apps/dsp_asm.h
+++ b/apps/dsp_asm.h
@@ -27,13 +27,12 @@
27#if defined(CPU_COLDFIRE) || defined(CPU_ARM) 27#if defined(CPU_COLDFIRE) || defined(CPU_ARM)
28#define DSP_HAVE_ASM_CROSSFEED 28#define DSP_HAVE_ASM_CROSSFEED
29void apply_crossfeed(int count, int32_t *buf[]); 29void apply_crossfeed(int count, int32_t *buf[]);
30#endif /* defined(CPU_COLDFIRE) || defined(CPU_ARM) */
31
32#if defined (CPU_COLDFIRE)
33#define DSP_HAVE_ASM_RESAMPLING 30#define DSP_HAVE_ASM_RESAMPLING
34int dsp_downsample(int count, struct dsp_data *data, int32_t *src[], int32_t *dst[]); 31int dsp_downsample(int count, struct dsp_data *data, int32_t *src[], int32_t *dst[]);
35int dsp_upsample(int count, struct dsp_data *data, int32_t *src[], int32_t *dst[]); 32int dsp_upsample(int count, struct dsp_data *data, int32_t *src[], int32_t *dst[]);
33#endif /* defined(CPU_COLDFIRE) || defined(CPU_ARM) */
36 34
35#if defined (CPU_COLDFIRE)
37#define DSP_HAVE_ASM_SOUND_CHAN_MONO 36#define DSP_HAVE_ASM_SOUND_CHAN_MONO
38void channels_process_sound_chan_mono(int count, int32_t *buf[]); 37void channels_process_sound_chan_mono(int count, int32_t *buf[]);
39#define DSP_HAVE_ASM_SOUND_CHAN_CUSTOM 38#define DSP_HAVE_ASM_SOUND_CHAN_CUSTOM