summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gigabeat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 6e22e8d7ab..0ca3bbbc23 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -131,5 +131,9 @@
131#define BOOTFILE_EXT "gigabeat" 131#define BOOTFILE_EXT "gigabeat"
132#define BOOTFILE "rockbox." BOOTFILE_EXT 132#define BOOTFILE "rockbox." BOOTFILE_EXT
133 133
134#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
135 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_24 | \
136 SAMPR_CAP_22 | SAMPR_CAP_16 | SAMPR_CAP_12 | \
137 SAMPR_CAP_11 | SAMPR_CAP_8)
134 138
135#endif 139#endif