diff options
Diffstat (limited to 'apps/audio_path.c')
| -rw-r--r-- | apps/audio_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/audio_path.c b/apps/audio_path.c index dab43eb..9ef7483 100644 --- a/apps/audio_path.c +++ b/apps/audio_path.c @@ -42,7 +42,7 @@ #endif #endif -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) +#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0)) #ifdef AUDIO_CPU_BOOST static void audio_cpu_boost(bool state) |