summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index a093c2b601..3af5158fbb 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -131,9 +131,13 @@ struct codec_api ci = {
131 system_memory_guard, 131 system_memory_guard,
132 &cpu_frequency, 132 &cpu_frequency,
133#ifdef HAVE_ADJUSTABLE_CPU_FREQ 133#ifdef HAVE_ADJUSTABLE_CPU_FREQ
134#ifdef CPU_BOOST_LOGGING
135 cpu_boost_,
136#else
134 cpu_boost, 137 cpu_boost,
135#endif 138#endif
136#endif 139#endif
140#endif
137 141
138 /* strings and memory */ 142 /* strings and memory */
139 snprintf, 143 snprintf,