From 56b0dde5451ddedfd85c82391536e310cd05e1a8 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sun, 1 Aug 2021 21:58:33 -0500 Subject: Higher bitdepth software volume scaling Operates between 0 and -74 dB (mute) without issue Change-Id: I497e002bd8db43833a09ebbc29212fbb6cc8ebfd --- firmware/export/config/erosqnative.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/erosqnative.h') diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h index 1b37b6042a..b2b6f3f89e 100644 --- a/firmware/export/config/erosqnative.h +++ b/firmware/export/config/erosqnative.h @@ -64,6 +64,9 @@ #define HAVE_SW_TONE_CONTROLS #define HAVE_SW_VOLUME_CONTROL +/* use high-bitdepth volume scaling */ +#define PCM_NATIVE_BITDEPTH 24 + /* Button defines */ #define CONFIG_KEYPAD EROSQ_PAD #define HAVE_SCROLLWHEEL -- cgit v1.2.3