forked from len0rd/rockbox
Sound api improvements, rockboy sound, contributed by xshock.
Playback of sound currently only works in boost mode, needs fixing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
853bc3dcf8
commit
451dd48adc
11 changed files with 208 additions and 62 deletions
|
|
@ -58,6 +58,10 @@
|
|||
#include "power.h"
|
||||
#include "talk.h"
|
||||
#include "plugin.h"
|
||||
|
||||
|
||||
#include "uda1380.h"
|
||||
|
||||
#ifdef CONFIG_TUNER
|
||||
#include "radio.h"
|
||||
#endif
|
||||
|
|
@ -261,6 +265,9 @@ void init(void)
|
|||
}
|
||||
}
|
||||
#endif /* #ifdef AUTOROCK */
|
||||
|
||||
uda1380_init();
|
||||
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue