summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-18 23:38:12 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-26 07:42:48 -0400
commit845e5a4f0382a8af758e0477ba504711946c6843 (patch)
treeef25bbc6eaddca48a0f2016c8d80e6aecf3db0af
parentdd3ea521ad48b6e409cdc72a88919cadfc1920e0 (diff)
downloadrockbox-845e5a4f0382a8af758e0477ba504711946c6843.tar.gz
rockbox-845e5a4f0382a8af758e0477ba504711946c6843.zip
sonynwz: A10 and A20 series support high bitrates
Change-Id: I6b33368ed5d7800b79dafbb736e6ed079accbd25
-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 */