diff options
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/vibe500.h | 5 |
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 @@ | |||
11 | #define CONFIG_STORAGE STORAGE_ATA | 11 | #define CONFIG_STORAGE STORAGE_ATA |
12 | 12 | ||
13 | /* define this if you have recording possibility */ | 13 | /* define this if you have recording possibility */ |
14 | /* line-in, microphone - but not yet :-/ */ | 14 | #define HAVE_RECORDING |
15 | /*#define HAVE_RECORDING*/ | ||
16 | 15 | ||
17 | /* Define bitmask of input sources - recordable bitmask can be defined | 16 | /* Define bitmask of input sources - recordable bitmask can be defined |
18 | explicitly if different */ | 17 | explicitly if different */ |
19 | /*#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)*/ | 18 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) |
20 | 19 | ||
21 | /* define the bitmask of hardware sample rates */ | 20 | /* define the bitmask of hardware sample rates */ |
22 | #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) | 21 | #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) |