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:
parent
77d039bab8
commit
6c2e1b824e
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void main(void)
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_UDA1380
|
||||
uda1380_reset();
|
||||
audiohw_reset();
|
||||
#endif
|
||||
|
||||
backlight_init();
|
||||
|
|
Loading…
Reference in a new issue