forked from len0rd/rockbox
e200: Add recording. Just from MIC right now and FM integration will happen soon. Most every bit of weirdness is nescessary and no problems seem to exist that the retailos doesn't exhibit too (namely noise when LCD is on when recording from MIC).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13557 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fea88888f0
commit
bcb8a884ee
12 changed files with 559 additions and 133 deletions
|
@ -296,7 +296,9 @@ target/arm/system-pp502x.c
|
|||
target/arm/crt0-pp-bl.S
|
||||
#else
|
||||
target/arm/pcm-pp.c
|
||||
#ifndef SANSA_E200
|
||||
target/arm/audio-pp.c
|
||||
#endif /* SANSA_E200 */
|
||||
target/arm/crt0-pp.S
|
||||
#endif
|
||||
#elif CONFIG_CPU == PNX0101
|
||||
|
@ -375,6 +377,9 @@ target/arm/usb-pp.c
|
|||
target/arm/sandisk/sansa-e200/button-e200.c
|
||||
target/arm/sandisk/sansa-e200/power-e200.c
|
||||
target/arm/i2s-pp.c
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/sandisk/sansa-e200/audio-e200.c
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* SANSA_E200 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue