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:
Michael Sevakis 2007-03-11 05:48:58 +00:00
parent 6a384d2e67
commit c5cd27f5d1

View file

@ -334,6 +334,9 @@ size_t pcm_get_bytes_waiting(void)
void pcm_init(void)
{
}
void audiohw_postinit(void)
{
}
#else
void pcm_init(void)
{