summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-01 17:12:35 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-01 17:30:22 -0400
commitf4f3255edf95fcecf5ceb9586a529c7600a7cb13 (patch)
treea1bbd458b73987d4ded80de44b246974ccdd1a79 /firmware/export/config
parentdb22dae2f9bad38fce7d735565db34b88f02254b (diff)
downloadrockbox-f4f3255edf95fcecf5ceb9586a529c7600a7cb13.tar.gz
rockbox-f4f3255edf95fcecf5ceb9586a529c7600a7cb13.zip
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
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/xduoox3.h2
1 files changed, 1 insertions, 1 deletions
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 @@
106#define HAVE_SW_TONE_CONTROLS 106#define HAVE_SW_TONE_CONTROLS
107 107
108/* define the bitmask of hardware sample rates */ 108/* define the bitmask of hardware sample rates */
109#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 109#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
110 110
111#define AB_REPEAT_ENABLE 111#define AB_REPEAT_ENABLE
112 112