nwza860: fix simulator build
Change-Id: Ie05e91241398e45890f98ced9c0116a98475437e
This commit is contained in:
parent
08513103c6
commit
dfae5d881d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \
|
#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \
|
||||||
|| defined(SONY_NWZ_LINUX))
|
|| (defined(SONY_NWZ_LINUX) && !defined(SIMULATOR)))
|
||||||
|
|
||||||
#ifdef AUDIO_CPU_BOOST
|
#ifdef AUDIO_CPU_BOOST
|
||||||
static void audio_cpu_boost(bool state)
|
static void audio_cpu_boost(bool state)
|
||||||
|
|
Loading…
Reference in a new issue