summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-02-08 22:32:41 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-02-08 22:32:41 +0000
commit94537f954e67d44fdd9703c062c4ee53599e0e74 (patch)
tree5dc555914ba4c6f943a90b0804fef9a5fead4a33 /firmware/SOURCES
parent0222d0a5ebcc0be2e511abeb3ea8fbe7b4df8475 (diff)
downloadrockbox-94537f954e67d44fdd9703c062c4ee53599e0e74.tar.gz
rockbox-94537f954e67d44fdd9703c062c4ee53599e0e74.zip
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
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
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
756target/arm/imx31/gigabeat-s/backlight-imx31.c 756target/arm/imx31/gigabeat-s/backlight-imx31.c
757target/arm/imx31/gigabeat-s/button-imx31.c 757target/arm/imx31/gigabeat-s/button-imx31.c
758target/arm/imx31/gigabeat-s/clkctl-imx31.c 758target/arm/imx31/gigabeat-s/clkctl-imx31.c
759target/arm/imx31/gigabeat-s/dma_start.c
760target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c 759target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
761target/arm/imx31/gigabeat-s/gpio-imx31.c 760target/arm/imx31/gigabeat-s/gpio-imx31.c
762target/arm/imx31/gigabeat-s/kernel-imx31.c 761target/arm/imx31/gigabeat-s/kernel-imx31.c
@@ -773,6 +772,7 @@ target/arm/imx31/gigabeat-s/system-imx31.c
773target/arm/imx31/gigabeat-s/usb-imx31.c 772target/arm/imx31/gigabeat-s/usb-imx31.c
774target/arm/imx31/gigabeat-s/wmcodec-imx31.c 773target/arm/imx31/gigabeat-s/wmcodec-imx31.c
775#ifndef BOOTLOADER 774#ifndef BOOTLOADER
775target/arm/imx31/sdma-imx31.c
776target/arm/imx31/gigabeat-s/audio-gigabeat-s.c 776target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
777target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c 777target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
778target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c 778target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c