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:
commit
38399caeb5
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue