summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sonynwzlinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sonynwzlinux.h b/firmware/export/config/sonynwzlinux.h
index 71affd1584..06120b455b 100644
--- a/firmware/export/config/sonynwzlinux.h
+++ b/firmware/export/config/sonynwzlinux.h
@@ -67,7 +67,7 @@
67/* The A15 and A25 support more sampling rates, in fact they support crazy high bit-rates such 67/* The A15 and A25 support more sampling rates, in fact they support crazy high bit-rates such
68 * as 176.4 and 192 kHz but Rockbox does not support those */ 68 * as 176.4 and 192 kHz but Rockbox does not support those */
69#if defined(SONY_NWZA10) || defined(SONY_NWA20) 69#if defined(SONY_NWZA10) || defined(SONY_NWA20)
70#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96) 70#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192)
71#endif 71#endif
72 72
73/* KeyPad configuration for plugins */ 73/* KeyPad configuration for plugins */