summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwze370.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwze370.h')
-rw-r--r--firmware/export/config/sonynwze370.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h
index b20ab00550..5dd1c4bc9e 100644
--- a/firmware/export/config/sonynwze370.h
+++ b/firmware/export/config/sonynwze370.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