diff options
Diffstat (limited to 'apps/dsp.c')
-rw-r--r-- | apps/dsp.c | 6 |
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; #define SAMPLE_DEPTH 16 /* - * NAME: prng() - * DESCRIPTION: 32-bit pseudo-random number generator + * NAME: prng() + * DESCRIPTION: 32-bit pseudo-random number generator */ static __inline unsigned long prng(unsigned long state) @@ -93,7 +93,7 @@ inline void dsp_clip(long *sample, long *output) /* * NAME: dither() - * DESCRIPTION: dither and scale sample + * DESCRIPTION: dither and scale sample */ inline int scale_dither_clip(long sample) { |