From 6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Wed, 6 Dec 2006 10:36:20 +0000 Subject: first step in audio driver unification: renaming the functions to audio_* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11671 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/main.c b/bootloader/main.c index 3b3e6ecae4..0253a624df 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -315,7 +315,7 @@ void main(void) #endif #ifdef HAVE_UDA1380 - uda1380_reset(); + audiohw_reset(); #endif backlight_init(); -- cgit v1.2.3