iRiver: call pcm_init() instead of uda1380_init()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6236 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-03-31 06:50:34 +00:00
parent 7eeb40b649
commit 9253d4d5de

View file

@ -61,7 +61,7 @@
#if (CONFIG_HWCODEC == MASNONE)
#include "uda1380.h"
#include "pcm_playback.h"
#endif
#ifdef CONFIG_TUNER
@ -269,7 +269,7 @@ void init(void)
#endif /* #ifdef AUTOROCK */
#if (CONFIG_HWCODEC == MASNONE)
uda1380_init();
pcm_init();
#endif
}