diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2010-02-21 12:29:14 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2010-02-21 12:29:14 +0000 |
commit | 8ecced28cb5b0f2461cbef051f93fb3e286994bb (patch) | |
tree | 5a09340e4776d3425184842b7fcf72545314d74b /firmware/export/config/vibe500.h | |
parent | 993376cb6790f032a80c21945869f4d30fcde14d (diff) | |
download | rockbox-8ecced28cb5b0f2461cbef051f93fb3e286994bb.tar.gz rockbox-8ecced28cb5b0f2461cbef051f93fb3e286994bb.zip |
Packard Bell Vibe 500: Enable recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/vibe500.h')
-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) |