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
This commit is contained in:
Marcoen Hirschberg 2006-12-06 10:36:20 +00:00
parent 77d039bab8
commit 6c2e1b824e

View file

@ -315,7 +315,7 @@ void main(void)
#endif
#ifdef HAVE_UDA1380
uda1380_reset();
audiohw_reset();
#endif
backlight_init();