diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-06 10:36:20 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-06 10:36:20 +0000 |
| commit | 6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4 (patch) | |
| tree | 42e47e55e7c782596f9e59c9a859901769f1877e /bootloader | |
| parent | 77d039bab8591e991001bf8680f9915854483809 (diff) | |
| download | rockbox-6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4.zip rockbox-6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4.tar.gz rockbox-6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4.tar.bz2 rockbox-6c2e1b824eaf28f18863705f2eec6a5b3b61e0f4.tar.xz | |
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
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main.c b/bootloader/main.c index 3b3e6ec..0253a62 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(); |