summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-06-28 17:43:04 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-06-28 17:43:04 +0000
commit7df759c95107bc8e5f9a6ba17f77114fa9d80357 (patch)
tree476eba9a9add512991bd237e366c0704124d9c12 /firmware/SOURCES
parentc3f9ab46dea336437b7fb6113a76d75fe1b0c119 (diff)
downloadrockbox-7df759c95107bc8e5f9a6ba17f77114fa9d80357.tar.gz
rockbox-7df759c95107bc8e5f9a6ba17f77114fa9d80357.zip
Create an udacodec interface (similar to ascodec and wmcoded) and adapt/implement it for the iriver h1xx/h3xx and the meizus.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21546 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 5365d70040..f6bc547f45 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -689,6 +689,7 @@ target/coldfire/iriver/h300/powermgmt-h300.c
689target/coldfire/iriver/h300/usb-h300.c 689target/coldfire/iriver/h300/usb-h300.c
690#ifndef BOOTLOADER 690#ifndef BOOTLOADER
691target/coldfire/iriver/audio-iriver.c 691target/coldfire/iriver/audio-iriver.c
692target/coldfire/iriver/udacodec-iriver.c
692#endif 693#endif
693#endif /* SIMULATOR */ 694#endif /* SIMULATOR */
694#endif /* IRIVER_H300_SERIES */ 695#endif /* IRIVER_H300_SERIES */
@@ -711,6 +712,7 @@ target/coldfire/iriver/h100/power-h100.c
711target/coldfire/iriver/h100/powermgmt-h100.c 712target/coldfire/iriver/h100/powermgmt-h100.c
712#ifndef BOOTLOADER 713#ifndef BOOTLOADER
713target/coldfire/iriver/audio-iriver.c 714target/coldfire/iriver/audio-iriver.c
715target/coldfire/iriver/udacodec-iriver.c
714target/coldfire/iriver/h100/spdif-h100.c 716target/coldfire/iriver/h100/spdif-h100.c
715#endif 717#endif
716target/coldfire/iriver/h100/usb-h100.c 718target/coldfire/iriver/h100/usb-h100.c
@@ -1250,6 +1252,7 @@ target/arm/s5l8700/meizu-m3/lcd-m3.c
1250drivers/qt1106.c 1252drivers/qt1106.c
1251#ifndef SIMULATOR 1253#ifndef SIMULATOR
1252#ifndef BOOTLOADER 1254#ifndef BOOTLOADER
1255target/arm/s5l8700/udacodec-meizu.c
1253#endif /* BOOTLOADER */ 1256#endif /* BOOTLOADER */
1254#endif /* SIMULATOR */ 1257#endif /* SIMULATOR */
1255#endif /* MEIZU_M3 */ 1258#endif /* MEIZU_M3 */