summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 0fff0846a6..4ce72497d7 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -282,7 +282,7 @@ static void init_tagcache(void) INIT_ATTR;
282static void init_tagcache(void) 282static void init_tagcache(void)
283{ 283{
284 bool clear = false; 284 bool clear = false;
285#if CONFIG_CODEC == SWCODEC 285#if 0 /* CONFIG_CODEC == SWCODEC */
286 long talked_tick = 0; 286 long talked_tick = 0;
287#endif 287#endif
288 tagcache_init(); 288 tagcache_init();
@@ -293,7 +293,7 @@ static void init_tagcache(void)
293 293
294 if (ret > 0) 294 if (ret > 0)
295 { 295 {
296#if CONFIG_CODEC == SWCODEC 296#if 0 /* FIXME: Audio isn't even initialized yet! */ /* CONFIG_CODEC == SWCODEC */
297 /* hwcodec can't use voice here, as the database commit 297 /* hwcodec can't use voice here, as the database commit
298 * uses the audio buffer. */ 298 * uses the audio buffer. */
299 if(global_settings.talk_menu 299 if(global_settings.talk_menu