Code cleanup in dsp.c and misc.c, some comments

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23314 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-10-22 00:59:42 +00:00
parent 6afe802a83
commit faa47bf1b7
6 changed files with 21 additions and 27 deletions

View file

@ -21,6 +21,9 @@
#include <stdlib.h>
#include "system.h"
#include "kernel.h"
/* Define LOGF_ENABLE to enable logf output in this file */
/*#define LOGF_ENABLE*/
#include "logf.h"
#include "audio.h"
#include "sound.h"