From f4f3255edf95fcecf5ceb9586a529c7600a7cb13 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 1 Oct 2020 17:12:35 -0400 Subject: xduoox3: Work out clocks for 176/192KHz support. Note: PCM mix buffer sizes are _way_ too small for these high bitrates (We really need to make the mixer stuff use dynamic buffer sizes based on the bitrate. Maybe pre-allocate a max size based on upper bitrate limit, but use only part of it at lower bitrates? So we can have sane latency..) Change-Id: Id7b4afd73dba7f1ffb84b2e1c016859fae5d6835 --- firmware/export/config/xduoox3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h index 484e52d151..6cc1aa2e57 100644 --- a/firmware/export/config/xduoox3.h +++ b/firmware/export/config/xduoox3.h @@ -106,7 +106,7 @@ #define HAVE_SW_TONE_CONTROLS /* define the bitmask of hardware sample rates */ -#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 +#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 #define AB_REPEAT_ENABLE -- cgit v1.2.3