From 280caa7c0ef2a74c0f852bf0e8d72d017269602f Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Fri, 29 Nov 2024 11:27:52 +0200 Subject: [PATCH] Tools: Topology2: SDW: Use for PCH DMIC IIR type with +20 dB gain The existing default is high-pass 40 Hz with 0 dB gain. This change amplifies captured sound from DMIC by 20 dB. The same amplifying IIR type is used in hda-generic. The change is for now, but not the final solution. After we have UCM2 control for capture processing in SOF we can shift applying more gain to the DRC component that will provide more robustness with silent and loud environments. Signed-off-by: Seppo Ingalsuo (cherry picked from commit 9fd7ef7327e8bd8b299c1295c05610f8b2764180) --- tools/topology/topology2/cavs-sdw.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/topology/topology2/cavs-sdw.conf b/tools/topology/topology2/cavs-sdw.conf index bc4a0a343a74..d541b8583bbe 100644 --- a/tools/topology/topology2/cavs-sdw.conf +++ b/tools/topology/topology2/cavs-sdw.conf @@ -79,6 +79,7 @@ Define { SDW_JACK_CAPTURE_CH 2 ADD_BT false SDW_LINK_VALID_BITS 24 + DMIC0_DAI_EQIIR "highpass_40hz_20db" } # override defaults with platform-specific config