From 1916aca7f3e76dd5440a9fa22ef4ea623bda8512 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 3 Oct 2020 16:52:59 -0400 Subject: imx233: Enable 96/192K playback for all imx233 targets that have room Change-Id: Ief00cc9243af3168f0c088520936137b64f3b581 --- firmware/export/config/sansafuzeplus.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/sansafuzeplus.h') diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index aeb9153fcc..4b3591931f 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -13,12 +13,14 @@ /* define boot redirect file name allows booting from external drives */ #define BOOT_REDIR "rockbox_main.fuze+" +// HW can do it but we don't have the IRAM for mix buffers +//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 #define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 /* define this if you have recording possibility */ #define HAVE_RECORDING -#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 +#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96 /* Default recording levels */ #define DEFAULT_REC_MIC_GAIN 23 -- cgit v1.2.3