summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfistyle.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-03 16:52:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-03 16:56:19 -0400
commit1916aca7f3e76dd5440a9fa22ef4ea623bda8512 (patch)
tree5a0fcb306cd357a68aeadcfb738685816d9d7f14 /firmware/export/config/creativezenxfistyle.h
parentc1d4bf290c5e745dc83b31da5dedf5e40a3589e4 (diff)
downloadrockbox-1916aca7f3e76dd5440a9fa22ef4ea623bda8512.tar.gz
rockbox-1916aca7f3e76dd5440a9fa22ef4ea623bda8512.zip
imx233: Enable 96/192K playback for all imx233 targets that have room
Change-Id: Ief00cc9243af3168f0c088520936137b64f3b581
Diffstat (limited to 'firmware/export/config/creativezenxfistyle.h')
-rw-r--r--firmware/export/config/creativezenxfistyle.h6
1 files changed, 4 insertions, 2 deletions
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 @@
9#define MODEL_NUMBER 94 9#define MODEL_NUMBER 94
10#define MODEL_NAME "Creative Zen X-Fi Style" 10#define MODEL_NAME "Creative Zen X-Fi Style"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 12// HW can do it but we don't have the IRAM for mix buffers
13//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
13 15
14/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
15#define HAVE_RECORDING 17#define HAVE_RECORDING
16 18
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
18 20
19/* Default recording levels */ 21/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 22#define DEFAULT_REC_MIC_GAIN 23