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/creativezenxfistyle.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/creativezenxfistyle.h') diff --git a/firmware/export/config/creativezenxfistyle.h b/firmware/export/config/creativezenxfistyle.h index 33f459dba9..fe4e274b75 100644 --- a/firmware/export/config/creativezenxfistyle.h +++ b/firmware/export/config/creativezenxfistyle.h @@ -9,12 +9,14 @@ #define MODEL_NUMBER 94 #define MODEL_NAME "Creative Zen X-Fi Style" -#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 +// 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_96 /* 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