@@ -116,7 +116,7 @@ PIPELINE_PCM_DAI_ADD(sof/pipe-volume-capture.m4,
116116DAI_ADD(sof/pipe-dai-playback.m4,
117117 1, SSP, 0, NoCodec-0,
118118 PIPELINE_SOURCE_1, 2, s16le,
119- 48, 1000, 0, 0)
119+ 48, 1000, 0, 0, SSP_BESPOKEN_CONFIG )
120120
121121# capture DAI is SSP0 using 2 periods
122122# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -130,7 +130,7 @@ DAI_ADD(sof/pipe-dai-capture.m4,
130130DAI_ADD(sof/pipe-dai-playback.m4,
131131 3, SSP, 1, NoCodec-1,
132132 PIPELINE_SOURCE_3, 2, s16le,
133- 48, 1000, 0, 0)
133+ 48, 1000, 0, 0, SSP_BESPOKEN_CONFIG )
134134
135135# capture DAI is SSP1 using 2 periods
136136# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -144,7 +144,7 @@ DAI_ADD(sof/pipe-dai-capture.m4,
144144DAI_ADD(sof/pipe-dai-playback.m4,
145145 5, SSP, 2, NoCodec-2,
146146 PIPELINE_SOURCE_5, 2, s16le,
147- 48, 1000, 0, 0)
147+ 48, 1000, 0, 0, SSP_BESPOKEN_CONFIG )
148148
149149# capture DAI is SSP2 using 2 periods
150150# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -158,7 +158,7 @@ DAI_ADD(sof/pipe-dai-capture.m4,
158158DAI_ADD(sof/pipe-dai-playback.m4,
159159 7, SSP, 3, NoCodec-3,
160160 PIPELINE_SOURCE_7, 2, s16le,
161- 48, 1000, 0, 0)
161+ 48, 1000, 0, 0, SSP_BESPOKEN_CONFIG )
162162
163163# capture DAI is SSP3 using 2 periods
164164# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -172,7 +172,7 @@ DAI_ADD(sof/pipe-dai-capture.m4,
172172# DAI_ADD(sof/pipe-dai-playback.m4,
173173# 9, SSP, 4, NoCodec,
174174# PIPELINE_SOURCE_9, 2, s16le,
175- # 48, 1000, 0, 0)
175+ # 48, 1000, 0, 0, SSP_BESPOKEN_CONFIG )
176176
177177# capture DAI is SSP4 using 2 periods
178178# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -186,7 +186,7 @@ DAI_ADD(sof/pipe-dai-capture.m4,
186186# DAI_ADD(sof/pipe-dai-playback.m4,
187187# 11, SSP, 5, NoCodec,
188188# PIPELINE_SOURCE_11, 2, s16le,
189- # 48, 1000, 0, 0)
189+ # 48, 1000, 0, 0, SSP_BESPOKEN_CONFIG )
190190
191191# capture DAI is SSP5 using 2 periods
192192# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
0 commit comments