1
0
Fork 0
forked from len0rd/rockbox

Make rbcodec/dsp includes more specific.

Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044
This commit is contained in:
Michael Sevakis 2012-04-29 17:31:30 -04:00
parent 23b5f3e5e1
commit 56f17c4164
39 changed files with 47 additions and 66 deletions

View file

@ -20,11 +20,13 @@
*
****************************************************************************/
#include "config.h"
#include "system.h"
#include "dsp.h"
#include <string.h>
#include <stdbool.h>
#include <sys/types.h>
#include <stdint.h>
#include "dsp_proc_entry.h"
#include "dsp_filter.h"
#include "tone_controls.h"
#include <string.h>
/* These apply to all DSP streams to remain as consistant as possible with
* the behavior of hardware tone controls */