Merge pull request #14 from singalsu/topic/fix_dmic_test_capture_topologies_v1

Topic/fix dmic test capture topologies v1
This commit is contained in:
Liam Girdwood 2018-06-28 14:06:59 +01:00 committed by GitHub
commit 38399caeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -44,4 +44,4 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), Passthrough Capture PCM_ID
# PCM Configuration
#
PCM_CAPABILITIES(Passthrough Capture PCM_ID, COMP_FORMAT_NAME(PIPELINE_FORMAT), 48000, 48000, 2, 4, 2, 16, 192, 16384, 65536, 65536)
PCM_CAPABILITIES(Passthrough Capture PCM_ID, COMP_FORMAT_NAME(PIPELINE_FORMAT), 8000, 192000, 1, 16, 2, 16, 192, 16384, 65536, 65536)

View File

@ -39,11 +39,11 @@ include(`byt.m4')
# PCM0 <---> SSP TEST_DAI_PORT
#
# Passthrough playback pipeline 2 on PCM 0 using max 2 channels of s24le.
# Passthrough capture pipeline 2 on PCM 0 using max 4 channels.
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
PIPELINE_PCM_DAI_ADD(sof/pipe-TEST_PIPE_NAME-capture.m4,
2, 0, 2, TEST_PIPE_FORMAT,
2, 0, 4, TEST_PIPE_FORMAT,
48, 1000, 0, 0,
TEST_DAI_TYPE, TEST_DAI_PORT, TEST_DAI_FORMAT, 2)