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

@ -743,6 +743,7 @@ void sound_set(int setting, int value)
sound_set_val(value);
}
#ifndef HAVE_AS3514
int sound_val2phys(int setting, int value)
{
#if CONFIG_CODEC == MAS3587F
@ -804,6 +805,7 @@ int sound_val2phys(int setting, int value)
return value;
#endif
}
#endif /* HAVE_AS3514 */
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
#ifndef SIMULATOR