forked from len0rd/rockbox
Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by the wmcodec API used with the Wolfson codecs. The intention is to implement this API for the AS3525 and then share code with the Sansa V2 ports.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18940 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
324816f019
commit
42f77d4eb0
15 changed files with 196 additions and 61 deletions
|
@ -460,6 +460,7 @@ target/arm/lcd-as-memframe.S
|
|||
target/arm/ata-sd-pp.c
|
||||
target/arm/sandisk/sansa-e200/lcd-e200.c
|
||||
target/arm/adc-as3514.c
|
||||
target/arm/ascodec-pp.c
|
||||
target/arm/sandisk/backlight-c200_e200.c
|
||||
target/arm/usb-fw-pp502x.c
|
||||
target/arm/sandisk/sansa-e200/button-e200.c
|
||||
|
@ -478,6 +479,7 @@ target/arm/ata-sd-pp.c
|
|||
target/arm/sandisk/sansa-c200/lcd-c200.c
|
||||
target/arm/sandisk/sansa-c200/lcd-as-c200.S
|
||||
target/arm/adc-as3514.c
|
||||
target/arm/ascodec-pp.c
|
||||
target/arm/sandisk/backlight-c200_e200.c
|
||||
target/arm/usb-fw-pp502x.c
|
||||
target/arm/sandisk/sansa-c200/button-c200.c
|
||||
|
@ -495,6 +497,7 @@ target/arm/sandisk/audio-c200_e200.c
|
|||
target/arm/ata-sd-pp.c
|
||||
target/arm/philips/sa9200/lcd-sa9200.c
|
||||
target/arm/adc-as3514.c
|
||||
target/arm/ascodec-pp.c
|
||||
target/arm/philips/sa9200/backlight-sa9200.c
|
||||
target/arm/usb-fw-pp502x.c
|
||||
target/arm/philips/sa9200/button-sa9200.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue