Skip to content

Commit

Permalink
Merge pull request #119 from ranj063/glk_dmic
Browse files Browse the repository at this point in the history
topology: glk: fix channel count for dmic stereo recording
  • Loading branch information
lgirdwood authored Nov 1, 2018
2 parents 4ac9248 + 22fba69 commit 937032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topology/sof-glk-da7219.m4
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
#PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
4, 99, 4, s32le,
4, 99, 2, s32le,
48, 1000, 0, 0)

# Low Latency playback pipeline 5 on PCM 5 using max 2 channels of s32le.
Expand Down

0 comments on commit 937032f

Please sign in to comment.