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/creativezenmozaic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/creativezenmozaic.h') diff --git a/firmware/export/config/creativezenmozaic.h b/firmware/export/config/creativezenmozaic.h index 9272a7b412..77775f2eab 100644 --- a/firmware/export/config/creativezenmozaic.h +++ b/firmware/export/config/creativezenmozaic.h @@ -9,12 +9,12 @@ #define MODEL_NUMBER 87 #define MODEL_NAME "Creative ZEN Mozaic" -#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 +#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 /* 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