From dfae5d881d81164232bfd488f2518bce714efef5 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 20 Jan 2018 16:12:47 +0100 Subject: nwza860: fix simulator build Change-Id: Ie05e91241398e45890f98ced9c0116a98475437e --- apps/audio_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/audio_path.c b/apps/audio_path.c index f908017bc3..6417adadb9 100644 --- a/apps/audio_path.c +++ b/apps/audio_path.c @@ -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) -- cgit v1.2.3