From 428f069a1f1da9fe5461d2c2359f3da1bfb63e0a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 28 Jan 2014 15:34:53 +0100 Subject: talk: Remove superflous call to talk_init(). talk_init() is called by settings_apply() already which is called on boot. Doing it again means loading the voicefile a second time which isn't necessary. Change-Id: I4decd16401e63bf87338d3163c99d06d69fe3a3c --- apps/mpeg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/mpeg.c') diff --git a/apps/mpeg.c b/apps/mpeg.c index bfe3d6d54f..c0b2ae0c0e 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -3008,8 +3008,6 @@ void audio_init(void) or_b(0x08, &PADRH); #endif /* CONFIG_CODEC == MAS3587F */ - talk_init(); - #ifdef DEBUG #ifndef SIMULATOR dbg_timer_start(); -- cgit v1.2.3