From 8a237a829e0f63b61536f315209a6d0ea1477e31 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 4 Apr 2005 12:06:29 +0000 Subject: More audio code restructuring, mostly renaming functions so far git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6246 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 505022481e..b5c6364080 100644 --- a/apps/main.c +++ b/apps/main.c @@ -38,7 +38,7 @@ #ifndef DEBUG #include "serial.h" #endif -#include "mpeg.h" +#include "audio.h" #include "mp3_playback.h" #include "main_menu.h" #include "thread.h" @@ -114,7 +114,7 @@ void init(void) global_settings.mdb_shape, global_settings.mdb_enable, global_settings.superbass); - mpeg_init(); + audio_init(); button_clear_queue(); /* Empty the keyboard buffer */ } @@ -235,7 +235,7 @@ void init(void) tree_init(); /* No buffer allocation (see buffer.c) may take place after the call to - mpeg_init() since the mpeg thread takes the rest of the buffer space */ + audio_init() since the mpeg thread takes the rest of the buffer space */ mp3_init( global_settings.volume, global_settings.bass, global_settings.treble, @@ -250,7 +250,7 @@ void init(void) global_settings.mdb_shape, global_settings.mdb_enable, global_settings.superbass); - mpeg_init(); + audio_init(); talk_init(); #ifdef AUTOROCK -- cgit v1.2.3