From 6de6e1459de28bef919b869ee757474c615cb787 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Mon, 9 Aug 2021 19:22:52 -0500 Subject: Eros Q Hosted: Apply DC Bias to PCM Data Similar to the native port, the hosted port benefits from adding a -1 dc bias to the PCM data. This prevents almost all clicking artifacts. Change-Id: Ic6378716774b6d88df23c476e2ef54d49f33dc72 --- firmware/export/erosqlinux_codec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/erosqlinux_codec.h') diff --git a/firmware/export/erosqlinux_codec.h b/firmware/export/erosqlinux_codec.h index b6ab58fa74..2ed1ae11cf 100644 --- a/firmware/export/erosqlinux_codec.h +++ b/firmware/export/erosqlinux_codec.h @@ -3,6 +3,8 @@ #define AUDIOHW_CAPS (LINEOUT_CAP) +#define PCM_DC_OFFSET_VALUE -1 + AUDIOHW_SETTING(VOLUME, "dB", 0, 2, -74, 0, -40) //#define AUDIOHW_NEEDS_INITIAL_UNMUTE -- cgit v1.2.3