topology: sof-glk-da7219: add volume to DMIC pipeline

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-10-30 14:10:15 +01:00 committed by Tomasz Lauda
parent 19b23cc505
commit dd3575ab48
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
# Low Latency capture pipeline 4 on PCM 99 using max 4 channels of s32le. # Low Latency capture pipeline 4 on PCM 99 using max 4 channels of s32le.
# 1000us deadline on core 0 with priority 0 # 1000us deadline on core 0 with priority 0
#PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4, #PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4, PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
4, 99, 4, s16le, 4, 99, 4, s16le,
1000, 0, 0, 1000, 0, 0,
48000, 48000, 48000) 48000, 48000, 48000)