forked from len0rd/rockbox
Pop a stub in there for the e200 until playback is ready. Move it to the proper place at that time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12717 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a384d2e67
commit
c5cd27f5d1
1 changed files with 3 additions and 0 deletions
|
|
@ -334,6 +334,9 @@ size_t pcm_get_bytes_waiting(void)
|
||||||
void pcm_init(void)
|
void pcm_init(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
void audiohw_postinit(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
void pcm_init(void)
|
void pcm_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue