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 --- firmware/rolo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/rolo.c') diff --git a/firmware/rolo.c b/firmware/rolo.c index ceb70791cf..e2ef26b3aa 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -23,7 +23,7 @@ #include "sprintf.h" #include "button.h" #include "file.h" -#include "mpeg.h" +#include "audio.h" #include "system.h" #include "i2c.h" #include "string.h" @@ -101,7 +101,7 @@ int rolo_load(const char* filename) lcd_puts(0, 1, "Loading"); lcd_update(); - mpeg_stop(); + audio_stop(); fd = open(filename, O_RDONLY); if(-1 == fd) { -- cgit v1.2.3