1
0
Fork 0
forked from len0rd/rockbox

Still need settings.h in dsp_misc.c for now for software volume.

Change-Id: I824e8f9935013f6e2a1db6ccd2db4bd406257057
This commit is contained in:
Michael Sevakis 2012-04-30 17:00:12 -04:00
parent bde57c5df7
commit 8f9e3b10a5

View file

@ -35,6 +35,11 @@
#endif
#include <string.h>
#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/