From b01da58c5540ea497e33fef3b2c99e92c6b2bb33 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 18 Jan 2007 13:48:06 +0000 Subject: the gigabeat supports all frequencies but 64kHz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12065 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-gigabeat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config-gigabeat.h') 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 @@ #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 -- cgit v1.2.3