summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenmozaic.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/creativezenmozaic.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/creativezenmozaic.h')
-rw-r--r--firmware/export/config/creativezenmozaic.h4
1 files changed, 2 insertions, 2 deletions
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 @@
9#define MODEL_NUMBER 87 9#define MODEL_NUMBER 87
10#define MODEL_NAME "Creative ZEN Mozaic" 10#define MODEL_NAME "Creative ZEN Mozaic"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
13 13
14/* define this if you have recording possibility */ 14/* define this if you have recording possibility */
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16 16
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
18 18
19/* Default recording levels */ 19/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 20#define DEFAULT_REC_MIC_GAIN 23