From 94537f954e67d44fdd9703c062c4ee53599e0e74 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 8 Feb 2009 22:32:41 +0000 Subject: Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19949 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 67a6a8a93a..0073b41f9f 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -756,7 +756,6 @@ target/arm/imx31/gigabeat-s/avic-imx31.c target/arm/imx31/gigabeat-s/backlight-imx31.c target/arm/imx31/gigabeat-s/button-imx31.c target/arm/imx31/gigabeat-s/clkctl-imx31.c -target/arm/imx31/gigabeat-s/dma_start.c target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c target/arm/imx31/gigabeat-s/gpio-imx31.c target/arm/imx31/gigabeat-s/kernel-imx31.c @@ -773,6 +772,7 @@ target/arm/imx31/gigabeat-s/system-imx31.c target/arm/imx31/gigabeat-s/usb-imx31.c target/arm/imx31/gigabeat-s/wmcodec-imx31.c #ifndef BOOTLOADER +target/arm/imx31/sdma-imx31.c target/arm/imx31/gigabeat-s/audio-gigabeat-s.c target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c -- cgit v1.2.3