diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-01-18 13:48:06 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-01-18 13:48:06 +0000 |
| commit | b01da58c5540ea497e33fef3b2c99e92c6b2bb33 (patch) | |
| tree | 9f2499a64a1bcb4ba6b7972f788765f552152b7f /firmware/export | |
| parent | 97d59dd38c6cb65d75efd09efd9be6846f6921a0 (diff) | |
| download | rockbox-b01da58c5540ea497e33fef3b2c99e92c6b2bb33.zip rockbox-b01da58c5540ea497e33fef3b2c99e92c6b2bb33.tar.gz rockbox-b01da58c5540ea497e33fef3b2c99e92c6b2bb33.tar.bz2 rockbox-b01da58c5540ea497e33fef3b2c99e92c6b2bb33.tar.xz | |
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')
| -rw-r--r-- | firmware/export/config-gigabeat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 6e22e8d..0ca3bbb 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -131,5 +131,9 @@ #define BOOTFILE_EXT "gigabeat" #define BOOTFILE "rockbox." BOOTFILE_EXT +#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ + SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_24 | \ + SAMPR_CAP_22 | SAMPR_CAP_16 | SAMPR_CAP_12 | \ + SAMPR_CAP_11 | SAMPR_CAP_8) #endif |