1
0
Fork 0
forked from len0rd/rockbox

Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-09-01 12:15:43 +00:00
parent d67d6a8462
commit 4db3e89652
23 changed files with 57 additions and 34 deletions

View file

@ -35,7 +35,7 @@
*/
static void *start;
void pcm_postinit(void)
void pcm_play_dma_postinit(void)
{
/* Configure clock divider */
tsc2100_writereg(CONTROL_PAGE2, TSPP1_ADDRESS, 0x1120);