sansafuzeplus: Support up to 96KHz playback.
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit e8b75a52aba3af6b606d5f5fda0bb5cf3a6afa90 Author: Solomon Peachy <[email protected]> Date: Tue Feb 17 14:36:39 2026 -0500 sansafuzeplus: Support up to 96KHz playback. It was limited to 48KHz due to insufficient IRAM but at some point in the last five years or so that must have changed. Change-Id: Ia893ed5e1f3026158daad77991c3d9cca2fed97c diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 190d5a61b8..f8e05be108 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -19,7 +19,7 @@ // HW can do it but we don't have the IRAM for mix buffers //#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 -#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 +#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 /* define this if you have recording possibility */ #define HAVE_RECORDING -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs