From 6e058fe77f48dc66a032de0a1e1cf495f85fe98f Mon Sep 17 00:00:00 2001 From: Roman Artiukhin Date: Mon, 25 Mar 2024 09:25:30 +0200 Subject: platform: hiby: Increase CODEC_SIZE to 1 Mb Unifies codec size with most targets. Apart from other things increased size improves seek accuracy in long m4b audiobooks. Tested on Agptek Rocker and XDuoo X3II Related discussion: https://www.rockbox.org/tracker/task/13049#comment44591 Change-Id: Id246969e78386b71ac66aace128cfba72a3f209e --- firmware/export/config/fiiom3klinux.h | 2 +- firmware/export/config/hibylinux.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config/fiiom3klinux.h b/firmware/export/config/fiiom3klinux.h index fea464c2de..22b996f6bf 100644 --- a/firmware/export/config/fiiom3klinux.h +++ b/firmware/export/config/fiiom3klinux.h @@ -69,7 +69,7 @@ #define CONFIG_RTC APPLICATION /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0x80000 +#define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x100000 diff --git a/firmware/export/config/hibylinux.h b/firmware/export/config/hibylinux.h index f1e52917ba..ad168c9c01 100644 --- a/firmware/export/config/hibylinux.h +++ b/firmware/export/config/hibylinux.h @@ -34,7 +34,7 @@ #define HAVE_TAGCACHE /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0x80000 +#define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x100000 -- cgit v1.2.3