mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
d67d6a8462
commit
4db3e89652
23 changed files with 57 additions and 34 deletions
|
@ -190,7 +190,7 @@ void pcm_init(void)
|
|||
DMAR10(1) |= 1;
|
||||
}
|
||||
|
||||
void pcm_postinit(void)
|
||||
void pcm_play_dma_postinit(void)
|
||||
{
|
||||
audiohw_postinit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue