summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-04-30 17:00:12 -0400
committerMichael Sevakis <jethead71@rockbox.org>2012-04-30 17:18:26 -0400
commit8f9e3b10a52979ad57736c1703f3578d496bf8df (patch)
treeec06be6b2414fcd4fe56570f382b4dda0dcb5b21
parentbde57c5df7bc52d1411728d03db0e3f5c854a7de (diff)
downloadrockbox-8f9e3b10a52979ad57736c1703f3578d496bf8df.tar.gz
rockbox-8f9e3b10a52979ad57736c1703f3578d496bf8df.zip
Still need settings.h in dsp_misc.c for now for software volume.
Change-Id: I824e8f9935013f6e2a1db6ccd2db4bd406257057
-rw-r--r--lib/rbcodec/dsp/dsp_misc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rbcodec/dsp/dsp_misc.c b/lib/rbcodec/dsp/dsp_misc.c
index e8bbeb6f5e..c871e5bd14 100644
--- a/lib/rbcodec/dsp/dsp_misc.c
+++ b/lib/rbcodec/dsp/dsp_misc.c
@@ -35,6 +35,11 @@
35#endif 35#endif
36#include <string.h> 36#include <string.h>
37 37
38#if defined(HAVE_SW_TONE_CONTROLS) && defined(HAVE_SW_VOLUME_CONTROL)
39/* Still need this for volume control */
40#include "settings.h"
41#endif
42
38/** Firmware callback interface **/ 43/** Firmware callback interface **/
39 44
40/* Hook back from firmware/ part of audio, which can't/shouldn't call apps/ 45/* Hook back from firmware/ part of audio, which can't/shouldn't call apps/