summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwzlinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwzlinux.h')
-rw-r--r--firmware/export/config/sonynwzlinux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwzlinux.h b/firmware/export/config/sonynwzlinux.h
index f32c75c8b9..3ca0e014cb 100644
--- a/firmware/export/config/sonynwzlinux.h
+++ b/firmware/export/config/sonynwzlinux.h
@@ -65,6 +65,12 @@
65/* There is no hardware tone control */ 65/* There is no hardware tone control */
66#define HAVE_SW_TONE_CONTROLS 66#define HAVE_SW_TONE_CONTROLS
67 67
68/* The A15 and A25 support more sampling rates, in fact they support crazy high bit-rates such
69 * as 176.4 and 192 kHz but Rockbox does not support those */
70#if defined(SONY_NWZA10) || defined(SONY_NWA20)
71#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96)
72#endif
73
68/* KeyPad configuration for plugins */ 74/* KeyPad configuration for plugins */
69#define CONFIG_KEYPAD SONY_NWZ_PAD 75#define CONFIG_KEYPAD SONY_NWZ_PAD
70#define HAS_BUTTON_HOLD 76#define HAS_BUTTON_HOLD