summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfi2.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/creativezenxfi2.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/creativezenxfi2.h')
-rw-r--r--firmware/export/config/creativezenxfi2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h
index 171f5fb2b0..979ed4ab2d 100644
--- a/firmware/export/config/creativezenxfi2.h
+++ b/firmware/export/config/creativezenxfi2.h
@@ -11,12 +11,14 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14// HW supports it but our buffers don't fit.
15//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
15 17
16/* define this if you have recording possibility */ 18/* define this if you have recording possibility */
17#define HAVE_RECORDING 19#define HAVE_RECORDING
18 20
19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 21#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
20 22
21/* Default recording levels */ 23/* Default recording levels */
22#define DEFAULT_REC_MIC_GAIN 23 24#define DEFAULT_REC_MIC_GAIN 23
@@ -27,8 +29,6 @@
27 explicitly if different */ 29 explicitly if different */
28#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) 30#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
29 31
30
31
32/* define this if you have a colour LCD */ 32/* define this if you have a colour LCD */
33#define HAVE_LCD_COLOR 33#define HAVE_LCD_COLOR
34 34