summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index a2bbe73e65..bd1dd7b03c 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -276,7 +276,7 @@ void init(void)
276 276
277#ifdef HAVE_ADJUSTABLE_CPU_FREQ 277#ifdef HAVE_ADJUSTABLE_CPU_FREQ
278 set_cpu_frequency(CPUFREQ_NORMAL); 278 set_cpu_frequency(CPUFREQ_NORMAL);
279 cpu_boost(true); 279 cpu_boost_id(true, CPUBOOSTID_MAININIT);
280#endif 280#endif
281 281
282 buffer_init(); 282 buffer_init();
@@ -482,7 +482,7 @@ void init(void)
482#endif 482#endif
483 483
484 /* runtime database has to be initialized after audio_init() */ 484 /* runtime database has to be initialized after audio_init() */
485 cpu_boost(false); 485 cpu_boost_id(false, CPUBOOSTID_MAININIT);
486 486
487#ifdef AUTOROCK 487#ifdef AUTOROCK
488 { 488 {