Fixed the warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
48865c45f1
commit
548e4484c9
1 changed files with 4 additions and 2 deletions
|
@ -535,7 +535,8 @@ int rec_create_directory(void)
|
|||
|
||||
#if CONFIG_CODEC == SWCODEC && !defined(SIMULATOR)
|
||||
|
||||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||
# ifdef HAVE_SPDIF_IN
|
||||
# ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||
static void rec_boost(bool state)
|
||||
{
|
||||
static bool cpu_boosted = false;
|
||||
|
@ -546,7 +547,8 @@ static void rec_boost(bool state)
|
|||
cpu_boosted = state;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
# endif
|
||||
# endif
|
||||
|
||||
/**
|
||||
* Selects an audio source for recording or playback
|
||||
|
|
Loading…
Reference in a new issue