From 8ecced28cb5b0f2461cbef051f93fb3e286994bb Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sun, 21 Feb 2010 12:29:14 +0000 Subject: Packard Bell Vibe 500: Enable recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24805 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/vibe500.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h index d2c279a131..7ae1f4fc2a 100644 --- a/firmware/export/config/vibe500.h +++ b/firmware/export/config/vibe500.h @@ -11,12 +11,11 @@ #define CONFIG_STORAGE STORAGE_ATA /* define this if you have recording possibility */ -/* line-in, microphone - but not yet :-/ */ -/*#define HAVE_RECORDING*/ +#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_LINEIN | SRC_CAP_FMRADIO)*/ +#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) -- cgit v1.2.3