From 4f199817488708ba60724accb6ce76886f855af8 Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Mon, 14 Jul 2008 14:13:28 +0000 Subject: Revert r18029 as well. It's more complicated than I thought as Rockbox currently seems to assume that all targets have microphone recording abilities. Will recheck, and verify more thoroughly before committing from now on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18031 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-ipodnano.h') diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index adee07a5bb..ced2c47b4e 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -16,7 +16,7 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ -#define INPUT_SRC_CAPS (SRC_CAP_LINEIN) +#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_44) -- cgit v1.2.3