From 845e5a4f0382a8af758e0477ba504711946c6843 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 18 Oct 2020 23:38:12 -0400 Subject: sonynwz: A10 and A20 series support high bitrates Change-Id: I6b33368ed5d7800b79dafbb736e6ed079accbd25 --- firmware/export/config/sonynwzlinux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config') 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 */ -- cgit v1.2.3