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:
parent
6c2e1b824e
commit
edbd1cde47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue