diff options
Diffstat (limited to 'firmware/export/config-ipodmini.h')
-rw-r--r-- | firmware/export/config-ipodmini.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index b5c566f4c5..eadd3a6b1d 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -16,6 +16,14 @@ /* define this if you have recording possibility */ /*#define HAVE_RECORDING*/ +/* define the bitmask of hardware sample rates */ +#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ + SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) + +/* define the bitmask of recording sample rates +#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ + SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) */ + /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP |