diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-08-06 23:34:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-08-07 03:44:18 +0000 |
commit | 89c7a4e3935ddb61861a208897f0db81f1cd5ecb (patch) | |
tree | a65d94ef9f95014c9a44a1086123c7bc9be00ffb /firmware | |
parent | e0bcb0f2bc0fd57d4bea51c943fa4fb4388e34e4 (diff) |
xduoox3: Enable HAVE_PLAY_FREQ
This way the player can natively play back 48KHz audio
Change-Id: I1d525ec7cb5540062b9e13489d3b53479e68435f
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config/xduoox3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h index cb825737ba..f510495bd9 100644 --- a/firmware/export/config/xduoox3.h +++ b/firmware/export/config/xduoox3.h @@ -106,6 +106,7 @@ /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS SAMPR_CAP_ALL +#define HAVE_PLAY_FREQ #define AB_REPEAT_ENABLE |