From 8f9e3b10a52979ad57736c1703f3578d496bf8df Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 30 Apr 2012 17:00:12 -0400 Subject: Still need settings.h in dsp_misc.c for now for software volume. Change-Id: I824e8f9935013f6e2a1db6ccd2db4bd406257057 --- lib/rbcodec/dsp/dsp_misc.c | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ #endif #include +#if defined(HAVE_SW_TONE_CONTROLS) && defined(HAVE_SW_VOLUME_CONTROL) +/* Still need this for volume control */ +#include "settings.h" +#endif + /** Firmware callback interface **/ /* Hook back from firmware/ part of audio, which can't/shouldn't call apps/ -- cgit v1.2.3