summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/tone_controls.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/tone_controls.c')
-rw-r--r--lib/rbcodec/dsp/tone_controls.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/rbcodec/dsp/tone_controls.c b/lib/rbcodec/dsp/tone_controls.c
index 01381ea330..e636b04b9a 100644
--- a/lib/rbcodec/dsp/tone_controls.c
+++ b/lib/rbcodec/dsp/tone_controls.c
@@ -19,14 +19,11 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22#include "config.h" 22#include "rbcodecconfig.h"
23#include <stdbool.h> 23#include "platform.h"
24#include <sys/types.h>
25#include <stdint.h>
26#include "dsp_proc_entry.h" 24#include "dsp_proc_entry.h"
27#include "dsp_filter.h" 25#include "dsp_filter.h"
28#include "tone_controls.h" 26#include "tone_controls.h"
29#include <string.h>
30 27
31/* These apply to all DSP streams to remain as consistant as possible with 28/* These apply to all DSP streams to remain as consistant as possible with
32 * the behavior of hardware tone controls */ 29 * the behavior of hardware tone controls */