forked from len0rd/rockbox
Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6240 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
88d5aab5a1
commit
674eaca5ef
21 changed files with 841 additions and 778 deletions
|
|
@ -111,7 +111,10 @@ bitswap.S
|
|||
descramble.S
|
||||
#endif
|
||||
drivers/lcd.S
|
||||
#if defined(IRIVER_H100) && !defined(SIMULATOR)
|
||||
#ifdef IRIVER_H100
|
||||
#ifndef SIMULATOR
|
||||
drivers/uda1380.c
|
||||
pcm_playback.c
|
||||
#endif
|
||||
#endif
|
||||
sound.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue