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

Commit b376404

Browse files
authored
Merge pull request #90 from singalsu/fix_nocodec_dmic_pcm
Topology: DMIC: Reduce PCM capabilities to DMIC configuration
2 parents 5b51dc0 + 53f90d9 commit b376404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

topology/sof-apl-nocodec.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
112112
12, 5, 2, s16le,
113113
48, 1000, 0, 0)
114114

115-
# Passthrough capture pipeline 13 on PCM 6 using max 4 channels.
115+
# Passthrough capture pipeline 13 on PCM 6 using max 2 channels.
116116
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
117117
PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
118-
13, 6, 4, s32le,
118+
13, 6, 2, s32le,
119119
48, 1000, 0, 0)
120120

121121
#

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), 8000, 192000, 1, PIPELINE_CHANNELS, 2, 16, 192, 16384, 65536, 65536)
47+
PCM_CAPABILITIES(Passthrough Capture PCM_ID, COMP_FORMAT_NAME(PIPELINE_FORMAT), 48000, 48000, PIPELINE_CHANNELS, PIPELINE_CHANNELS, 2, 16, 192, 16384, 65536, 65536)

0 commit comments

Comments
 (0)