1
0
Fork 0
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:
Michiel Van Der Kolk 2005-03-28 00:00:24 +00:00
parent 853bc3dcf8
commit 451dd48adc
11 changed files with 208 additions and 62 deletions

View file

@ -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)