forked from len0rd/rockbox
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
This commit is contained in:
parent
0222d0a5eb
commit
94537f954e
21 changed files with 3002 additions and 141 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue