diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-18 23:38:12 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-26 07:42:48 -0400 |
commit | 845e5a4f0382a8af758e0477ba504711946c6843 (patch) | |
tree | ef25bbc6eaddca48a0f2016c8d80e6aecf3db0af | |
parent | dd3ea521ad48b6e409cdc72a88919cadfc1920e0 (diff) | |
download | rockbox-845e5a4.tar.gz rockbox-845e5a4.zip |
sonynwz: A10 and A20 series support high bitrates
Change-Id: I6b33368ed5d7800b79dafbb736e6ed079accbd25
-rw-r--r-- | firmware/export/config/sonynwzlinux.h | 2 |
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 @@ /* The A15 and A25 support more sampling rates, in fact they support crazy high bit-rates such * as 176.4 and 192 kHz but Rockbox does not support those */ #if defined(SONY_NWZA10) || defined(SONY_NWA20) -#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96) +#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192) #endif /* KeyPad configuration for plugins */ |