1
0
Fork 0
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:
Michael Sevakis 2007-06-05 07:03:30 +00:00
parent fea88888f0
commit bcb8a884ee
12 changed files with 559 additions and 133 deletions

View file

@ -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 */