summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-09-13 23:40:12 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-09-13 23:40:12 +0000
commite55394521b32ce22aa431826e51c61a4b33589d8 (patch)
tree04d1ee0a88ffabb300bd1c57324ff9cca52ef5bd /firmware/SOURCES
parent696b9d146b69b36fc309233f62d43f4f57f26823 (diff)
downloadrockbox-e55394521b32ce22aa431826e51c61a4b33589d8.tar.gz
rockbox-e55394521b32ce22aa431826e51c61a4b33589d8.zip
imx233/fuze+: implement various audio stubs and update source
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ef57afc52b..5295b3512f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -513,12 +513,16 @@ target/arm/imx233/pinctrl-imx233.c
513target/arm/imx233/power-imx233.c 513target/arm/imx233/power-imx233.c
514target/arm/imx233/powermgmt-imx233.c 514target/arm/imx233/powermgmt-imx233.c
515target/arm/imx233/adc-imx233.c 515target/arm/imx233/adc-imx233.c
516target/arm/imx233/lradc-imx233.c
516target/arm/imx233/debug-imx233.c 517target/arm/imx233/debug-imx233.c
517#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) 518#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
518target/arm/imx233/usb-imx233.c 519target/arm/imx233/usb-imx233.c
519#endif 520#endif
520#ifndef BOOTLOADER 521#ifndef BOOTLOADER
522#ifdef HAVE_IMX233_CODEC
521target/arm/imx233/pcm-imx233.c 523target/arm/imx233/pcm-imx233.c
524target/arm/imx233/audiohw-imx233.c
525#endif
522target/arm/imx233/timer-imx233.c 526target/arm/imx233/timer-imx233.c
523#endif 527#endif
524#endif /* IMX233 */ 528#endif /* IMX233 */
@@ -1482,6 +1486,10 @@ target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1482target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c 1486target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1483target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c 1487target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1484target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c 1488target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1489target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1490#ifndef BOOTLOADER
1491target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1492#endif
1485#endif /* SIMULATOR */ 1493#endif /* SIMULATOR */
1486#endif 1494#endif
1487 1495