diff options
Diffstat (limited to 'firmware/export/config/sansac200.h')
-rw-r--r-- | firmware/export/config/sansac200.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansac200.h b/firmware/export/config/sansac200.h index 5905b6a3f9..6c05ba5a1c 100644 --- a/firmware/export/config/sansac200.h +++ b/firmware/export/config/sansac200.h @@ -7,12 +7,12 @@ #define MODEL_NUMBER 20 #define MODEL_NAME "Sandisk Sansa c200 series" -#define HW_SAMPR_CAPS (SAMPR_CAP_44) +#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32) /* define this if you have recording possibility */ #define HAVE_RECORDING -#define REC_SAMPR_CAPS (SAMPR_CAP_22) +#define REC_SAMPR_CAPS (SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16) #define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */ #define REC_SAMPR_DEFAULT SAMPR_22 |