summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.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/sansafuzeplus.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/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index aeb9153fcc..4b3591931f 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -13,12 +13,14 @@
13/* define boot redirect file name allows booting from external drives */ 13/* define boot redirect file name allows booting from external drives */
14#define BOOT_REDIR "rockbox_main.fuze+" 14#define BOOT_REDIR "rockbox_main.fuze+"
15 15
16// HW can do it but we don't have the IRAM for mix buffers
17//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 18#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
17 19
18/* define this if you have recording possibility */ 20/* define this if you have recording possibility */
19#define HAVE_RECORDING 21#define HAVE_RECORDING
20 22
21#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 23#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
22 24
23/* Default recording levels */ 25/* Default recording levels */
24#define DEFAULT_REC_MIC_GAIN 23 26#define DEFAULT_REC_MIC_GAIN 23