mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Still need settings.h in dsp_misc.c for now for software volume.
Change-Id: I824e8f9935013f6e2a1db6ccd2db4bd406257057
This commit is contained in:
parent
bde57c5df7
commit
8f9e3b10a5
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#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 **/
|
/** Firmware callback interface **/
|
||||||
|
|
||||||
/* Hook back from firmware/ part of audio, which can't/shouldn't call apps/
|
/* Hook back from firmware/ part of audio, which can't/shouldn't call apps/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue