summaryrefslogtreecommitdiff
path: root/firmware/export/config/erosqnative.h
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2023-12-03 15:07:26 -0600
committerAidan MacDonald <amachronic@protonmail.com>2024-01-02 08:19:23 -0500
commit8cc7476735dd3f9f9e3f5b1356eadc4ef40c23b4 (patch)
tree23891c54ebb8e6adaea8b8382830c7e29ad7475d /firmware/export/config/erosqnative.h
parenta3fe07ff128e521051aee8bc91add071724d6538 (diff)
downloadrockbox-8cc7476735dd3f9f9e3f5b1356eadc4ef40c23b4.tar.gz
rockbox-8cc7476735dd3f9f9e3f5b1356eadc4ef40c23b4.zip
ErosQ Native ES9018K2M: Add digital filters capability
Setting not yet hidden for older hardware revision. Change-Id: Iaaa5727e63c38de578a6bbc73498ae1073180e65
Diffstat (limited to 'firmware/export/config/erosqnative.h')
-rw-r--r--firmware/export/config/erosqnative.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index c71f7ade49..4f87282f1f 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -63,6 +63,8 @@
63#define HAVE_EROS_QN_CODEC 63#define HAVE_EROS_QN_CODEC
64#define HAVE_SW_TONE_CONTROLS 64#define HAVE_SW_TONE_CONTROLS
65#define HAVE_SW_VOLUME_CONTROL 65#define HAVE_SW_VOLUME_CONTROL
66#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
67#define AUDIOHW_HAVE_SHORT_ROLL_OFF
66 68
67/* use high-bitdepth volume scaling */ 69/* use high-bitdepth volume scaling */
68#define PCM_NATIVE_BITDEPTH 24 70#define PCM_NATIVE_BITDEPTH 24