From 8cc7476735dd3f9f9e3f5b1356eadc4ef40c23b4 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sun, 3 Dec 2023 15:07:26 -0600 Subject: ErosQ Native ES9018K2M: Add digital filters capability Setting not yet hidden for older hardware revision. Change-Id: Iaaa5727e63c38de578a6bbc73498ae1073180e65 --- firmware/export/config/erosqnative.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config/erosqnative.h') 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 @@ #define HAVE_EROS_QN_CODEC #define HAVE_SW_TONE_CONTROLS #define HAVE_SW_VOLUME_CONTROL +#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP) +#define AUDIOHW_HAVE_SHORT_ROLL_OFF /* use high-bitdepth volume scaling */ #define PCM_NATIVE_BITDEPTH 24 -- cgit v1.2.3