From bcb8a884ee256e31d45a46bdeb83423457ac48d2 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 5 Jun 2007 07:03:30 +0000 Subject: 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 --- firmware/sound.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/sound.c') diff --git a/firmware/sound.c b/firmware/sound.c index 9e4481c3c6..0ccf1df260 100644 --- a/firmware/sound.c +++ b/firmware/sound.c @@ -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 -- cgit v1.2.3