Skip to content

Commit 280caa7

Browse files
committed
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 <seppo.ingalsuo@linux.intel.com> (cherry picked from commit 9fd7ef7)
1 parent 1d56054 commit 280caa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/topology/topology2/cavs-sdw.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Define {
7979
SDW_JACK_CAPTURE_CH 2
8080
ADD_BT false
8181
SDW_LINK_VALID_BITS 24
82+
DMIC0_DAI_EQIIR "highpass_40hz_20db"
8283
}
8384

8485
# override defaults with platform-specific config

0 commit comments

Comments
 (0)