1
0
Fork 0
forked from len0rd/rockbox

A few preparations for the D2 PCM driver: move driver up to TCC780x level, move FIQ handler into PCM driver, add some new register defines, and remove those goddamn warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-04-21 20:16:18 +00:00
parent 5d7d410a47
commit fd773cbda6
5 changed files with 30 additions and 21 deletions

View file

@ -925,7 +925,7 @@ target/arm/tcc780x/kernel-tcc780x.c
target/arm/tcc780x/timer-tcc780x.c
target/arm/wmcodec-telechips.c
target/arm/tcc780x/debug-tcc780x.c
target/arm/tcc780x/cowond2/pcm-cowond2.c
target/arm/tcc780x/pcm-tcc780x.c
#endif /* BOOTLOADER */
#endif /* SIMULATOR */
#endif /* COWON_D2 */