forked from len0rd/rockbox
D2 also needs audiohw_preinit()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19259 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89b41571ac
commit
d158a6d0c9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
void audiohw_init(void)
|
||||
{
|
||||
#if defined(HAVE_WM8731) || defined(HAVE_WM8751)
|
||||
#if defined(HAVE_WM8731) || defined(HAVE_WM8751) || defined(HAVE_WM8985)
|
||||
audiohw_preinit();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue