summaryrefslogtreecommitdiff
path: root/apps/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.c')
-rw-r--r--apps/dsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index b24e261371..404bd15d4f 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -39,8 +39,8 @@ static int fracbits;
39#define SAMPLE_DEPTH 16 39#define SAMPLE_DEPTH 16
40 40
41/* 41/*
42 * NAME: prng() 42 * NAME: prng()
43 * DESCRIPTION: 32-bit pseudo-random number generator 43 * DESCRIPTION: 32-bit pseudo-random number generator
44 */ 44 */
45static __inline 45static __inline
46unsigned long prng(unsigned long state) 46unsigned long prng(unsigned long state)
@@ -93,7 +93,7 @@ inline void dsp_clip(long *sample, long *output)
93 93
94/* 94/*
95 * NAME: dither() 95 * NAME: dither()
96 * DESCRIPTION: dither and scale sample 96 * DESCRIPTION: dither and scale sample
97 */ 97 */
98inline int scale_dither_clip(long sample) 98inline int scale_dither_clip(long sample)
99{ 99{