summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-01-18 13:48:06 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-01-18 13:48:06 +0000
commitb01da58c5540ea497e33fef3b2c99e92c6b2bb33 (patch)
tree9f2499a64a1bcb4ba6b7972f788765f552152b7f /firmware/export/config-gigabeat.h
parent97d59dd38c6cb65d75efd09efd9be6846f6921a0 (diff)
downloadrockbox-b01da58c5540ea497e33fef3b2c99e92c6b2bb33.tar.gz
rockbox-b01da58c5540ea497e33fef3b2c99e92c6b2bb33.zip
the gigabeat supports all frequencies but 64kHz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12065 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-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