summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/vibe500.h5
1 files 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)