1
0
Fork 0
forked from len0rd/rockbox

first step in audio driver unification: renaming the functions to audio_* (missed this one)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11672 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-12-06 10:44:40 +00:00
parent 6c2e1b824e
commit edbd1cde47

View file

@ -207,7 +207,7 @@ void pcm_init(void)
delay is needed for the line out connector). */ delay is needed for the line out connector). */
sleep(HZ); sleep(HZ);
/* Power on FSDAC and HP amp. */ /* Power on FSDAC and HP amp. */
uda1380_enable_output(true); audiohw_enable_output(true);
#elif defined(HAVE_TLV320) #elif defined(HAVE_TLV320)
sleep(HZ/4); sleep(HZ/4);
#endif #endif