From 19b23cc505152c440813ac69cee2e9a418155d5c Mon Sep 17 00:00:00 2001 From: Tomasz Lauda Date: Wed, 30 Oct 2019 14:06:47 +0100 Subject: [PATCH] topology: sof-tgl-rt711-rt1308: add volume to DMIC pipelines Signed-off-by: Tomasz Lauda --- tools/topology/sof-tgl-rt711-rt1308.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/topology/sof-tgl-rt711-rt1308.m4 b/tools/topology/sof-tgl-rt711-rt1308.m4 index 44d5121f5..537b73199 100644 --- a/tools/topology/sof-tgl-rt711-rt1308.m4 +++ b/tools/topology/sof-tgl-rt711-rt1308.m4 @@ -67,14 +67,14 @@ PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4, # Passthrough capture pipeline 4 on PCM 3 using max 4 channels. # Schedule 48 frames per 1000us deadline on core 0 with priority 0 -PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4, +PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4, 4, 3, 4, s32le, 1000, 0, 0, 48000, 48000, 48000) # Passthrough capture pipeline 5 on PCM 4 using max 4 channels. # Schedule 48 frames per 1000us deadline on core 0 with priority 0 -PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4, +PIPELINE_PCM_ADD(sof/pipe-volume-capture-16khz.m4, 5, 4, 4, s16le, 1000, 0, 0, 16000, 16000, 16000)