From 37400f8d4decf2d5aee5abe5a1a08a1ec024306f Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Mon, 14 Jul 2008 06:17:40 +0000 Subject: Revert most of r18029 as recording through line-in is possible on the H10, just not currently functional. Leave the /nopt for line-in on the Sansas. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18030 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10_5gb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-h10_5gb.h') diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 9ef59ec38d..e7c77e4f4d 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -15,7 +15,7 @@ #define HAVE_RECORDING /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ -#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) +#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_44) -- cgit v1.2.3