summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-10-10 22:49:39 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-10-10 22:49:39 +0000
commitbcdb3217deba791d05ecd46328622831d8ed3b14 (patch)
treebfbf36f7444da5aa5f73406fa08410f9c9faeebc /firmware
parentc0c6cff3c1184a86894cb7ee387e3e9e2847b127 (diff)
downloadrockbox-bcdb3217deba791d05ecd46328622831d8ed3b14.tar.gz
rockbox-bcdb3217deba791d05ecd46328622831d8ed3b14.zip
Enable recording for Sansa c200, the keymap is usable but maybe could still be improved later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-c200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index dfb688719f..2e3423c79f 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -10,7 +10,7 @@
10#define HW_SAMPR_CAPS (SAMPR_CAP_44) 10#define HW_SAMPR_CAPS (SAMPR_CAP_44)
11 11
12/* define this if you have recording possibility */ 12/* define this if you have recording possibility */
13/* TODO: #define HAVE_RECORDING */ 13#define HAVE_RECORDING
14 14
15#define REC_SAMPR_CAPS (SAMPR_CAP_22) 15#define REC_SAMPR_CAPS (SAMPR_CAP_22)
16#define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */ 16#define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */