diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2009-02-08 22:32:41 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2009-02-08 22:32:41 +0000 |
commit | 94537f954e67d44fdd9703c062c4ee53599e0e74 (patch) | |
tree | 5dc555914ba4c6f943a90b0804fef9a5fead4a33 /firmware/SOURCES | |
parent | 0222d0a5ebcc0be2e511abeb3ea8fbe7b4df8475 (diff) |
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/SOURCES | 2 |
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 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 |