nwza860: fix simulator build

Change-Id: Ie05e91241398e45890f98ced9c0116a98475437e
This commit is contained in:
Amaury Pouly 2018-01-20 16:12:47 +01:00 committed by Solomon Peachy
parent 08513103c6
commit dfae5d881d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#endif
#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
static void audio_cpu_boost(bool state)