summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwze360.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/sonynwze360.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/sonynwze360.h')
-rw-r--r--firmware/export/config/sonynwze360.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/firmware/export/config/sonynwze360.h b/firmware/export/config/sonynwze360.h
index 5b33d9d6d1..e52dbfcac3 100644
--- a/firmware/export/config/sonynwze360.h
+++ b/firmware/export/config/sonynwze360.h
@@ -11,14 +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 can do it but we don't have the IRAM for mix buffers
15//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 17
16/* Define bitmask of input sources - recordable bitmask can be defined 18/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 19 explicitly if different */
18#define INPUT_SRC_CAPS SRC_CAP_FMRADIO 20#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
19 21
20
21
22/* define this if you have a colour LCD */ 22/* define this if you have a colour LCD */
23#define HAVE_LCD_COLOR 23#define HAVE_LCD_COLOR
24 24
@@ -83,9 +83,6 @@
83/* Define this to enable morse code input */ 83/* Define this to enable morse code input */
84#define HAVE_MORSE_INPUT 84#define HAVE_MORSE_INPUT
85 85
86
87
88
89/* LCD dimensions */ 86/* LCD dimensions */
90#define LCD_WIDTH 240 87#define LCD_WIDTH 240
91#define LCD_HEIGHT 320 88#define LCD_HEIGHT 320
@@ -189,5 +186,4 @@
189#define BOOTDIR "/.rockbox" 186#define BOOTDIR "/.rockbox"
190 187
191#define INCLUDE_TIMEOUT_API 188#define INCLUDE_TIMEOUT_API
192 189
193