From e55394521b32ce22aa431826e51c61a4b33589d8 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 13 Sep 2011 23:40:12 +0000 Subject: imx233/fuze+: implement various audio stubs and update source git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30535 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/SOURCES') 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 target/arm/imx233/power-imx233.c target/arm/imx233/powermgmt-imx233.c target/arm/imx233/adc-imx233.c +target/arm/imx233/lradc-imx233.c target/arm/imx233/debug-imx233.c #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) target/arm/imx233/usb-imx233.c #endif #ifndef BOOTLOADER +#ifdef HAVE_IMX233_CODEC target/arm/imx233/pcm-imx233.c +target/arm/imx233/audiohw-imx233.c +#endif target/arm/imx233/timer-imx233.c #endif #endif /* IMX233 */ @@ -1482,6 +1486,10 @@ target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c +target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c +#ifndef BOOTLOADER +target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c +#endif #endif /* SIMULATOR */ #endif -- cgit v1.2.3