Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 17f5a08

Browse files
committed
SOFT: Increase test capture pipeline max. channels count to 4
The 4ch DMIC capture test topologies can't work without this change to pipeline. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 3540310 commit 17f5a08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

topology/test/test-capture.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ include(`byt.m4')
3939
# PCM0 <---> SSP TEST_DAI_PORT
4040
#
4141

42-
# Passthrough playback pipeline 2 on PCM 0 using max 2 channels of s24le.
42+
# Passthrough capture pipeline 2 on PCM 0 using max 4 channels.
4343
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
4444

4545
PIPELINE_PCM_DAI_ADD(sof/pipe-TEST_PIPE_NAME-capture.m4,
46-
2, 0, 2, TEST_PIPE_FORMAT,
46+
2, 0, 4, TEST_PIPE_FORMAT,
4747
48, 1000, 0, 0,
4848
TEST_DAI_TYPE, TEST_DAI_PORT, TEST_DAI_FORMAT, 2)
4949

0 commit comments

Comments
 (0)