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

Commit dfc0f67

Browse files
authored
Merge pull request #10 from singalsu/topic/fix_src_playback_pipe_buffers_v1
SOFT: Increase SRC playback topology buffer size
2 parents 52b107e + dc0d9e0 commit dfc0f67

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

topology/sof/pipe-src-playback.m4

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ include(`pipeline.m4')
1717
#
1818

1919
# Host "Passthrough Playback" PCM
20-
# with 4 sink and 0 source periods
21-
W_PCM_PLAYBACK(PCM_ID, Passthrough Playback, 4, 0, 2)
20+
# with 5 sink and 0 source periods
21+
W_PCM_PLAYBACK(PCM_ID, Passthrough Playback, 5, 0, 2)
2222

2323
#
2424
# SRC Configuration
@@ -28,11 +28,11 @@ W_VENDORTUPLES(media_src_tokens, sof_src_tokens, LIST(` ', `SOF_TKN_SRC_RATE_OU
2828

2929
W_DATA(media_src_conf, media_src_tokens)
3030

31-
# "SRC" has 4 source and 4 sink periods
32-
W_SRC(0, PIPELINE_FORMAT, 4, 4, media_src_conf, 2)
31+
# "SRC" has 5 source and 4 sink periods
32+
W_SRC(0, PIPELINE_FORMAT, 5, 4, media_src_conf, 2)
3333

3434
# Playback Buffers
35-
W_BUFFER(0, COMP_BUFFER_SIZE(4,
35+
W_BUFFER(0, COMP_BUFFER_SIZE(5,
3636
COMP_SAMPLE_SIZE(PIPELINE_FORMAT), PIPELINE_CHANNELS, SCHEDULE_FRAMES),
3737
PLATFORM_HOST_MEM_CAP)
3838
W_BUFFER(1, COMP_BUFFER_SIZE(4,

0 commit comments

Comments
 (0)