mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
4ce39f7e73
commit
428f069a1f
3 changed files with 3 additions and 9 deletions
|
@ -170,10 +170,6 @@ void INIT_ATTR audio_init(void)
|
|||
recording_init();
|
||||
#endif
|
||||
|
||||
/* ...now...audio_reset_buffer must know the size of voicefile buffer so
|
||||
init talk first which will init the buffers */
|
||||
talk_init();
|
||||
|
||||
/* Probably safe to say */
|
||||
audio_is_initialized = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue