From 83561ca2b7530cbb1419f59e91e3d42639ca4fd0 Mon Sep 17 00:00:00 2001 From: Bard Liao Date: Thu, 16 Mar 2023 16:02:32 +0800 Subject: [PATCH] topology2: cavs-sdw: set capture host in_valid_bit_depth = 32 For some reason the input valid bit depth was 16. But the output valid bit depth of the previous widget is 32. Fix it to 32 now. Signed-off-by: Bard Liao --- tools/topology/topology2/cavs-sdw.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/topology/topology2/cavs-sdw.conf b/tools/topology/topology2/cavs-sdw.conf index aa76bb35e5ab..8b4e8912602d 100644 --- a/tools/topology/topology2/cavs-sdw.conf +++ b/tools/topology/topology2/cavs-sdw.conf @@ -181,9 +181,9 @@ Object.Pipeline { Object.Widget.copier.1.stream_name "Passthrough Capture 0" Object.Widget.copier.1.Object.Base.audio_format.1 { - # 32 -> 16 bits conversion is done here, - # so in_bit_depth is 32 (and out_bit_depth is 16). + # 32/32 -> 16/16 bits conversion is done here in_bit_depth 32 + in_valid_bit_depth 32 } } ]