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 9ef7483..c4a4d1b 100644 --- a/apps/audio_path.c +++ b/apps/audio_path.c @@ -42,7 +42,7 @@ #endif #endif -#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0)) +#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) #ifdef AUDIO_CPU_BOOST static void audio_cpu_boost(bool state) |