summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-06 10:36:20 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-06 10:36:20 +0000
commit6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4 (patch)
tree42e47e55e7c782596f9e59c9a859901769f1877e
parent77d039bab8591e991001bf8680f9915854483809 (diff)
downloadrockbox-6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4.tar.gz
rockbox-6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4.zip
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
-rw-r--r--bootloader/main.c2
1 files changed, 1 insertions, 1 deletions
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)
315#endif 315#endif
316 316
317#ifdef HAVE_UDA1380 317#ifdef HAVE_UDA1380
318 uda1380_reset(); 318 audiohw_reset();
319#endif 319#endif
320 320
321 backlight_init(); 321 backlight_init();