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

Commit 38399ca

Browse files
authored
Merge pull request #14 from singalsu/topic/fix_dmic_test_capture_topologies_v1
Topic/fix dmic test capture topologies v1
2 parents dfc0f67 + 17f5a08 commit 38399ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

topology/sof/pipe-passthrough-capture.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), Passthrough Capture PCM_ID
4444
# PCM Configuration
4545
#
4646

47-
PCM_CAPABILITIES(Passthrough Capture PCM_ID, COMP_FORMAT_NAME(PIPELINE_FORMAT), 48000, 48000, 2, 4, 2, 16, 192, 16384, 65536, 65536)
47+
PCM_CAPABILITIES(Passthrough Capture PCM_ID, COMP_FORMAT_NAME(PIPELINE_FORMAT), 8000, 192000, 1, 16, 2, 16, 192, 16384, 65536, 65536)

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)