@@ -116,7 +116,8 @@ 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,
120+ SSP_BESPOKE_DATA(SSP, 0, 1))
120121
121122# capture DAI is SSP0 using 2 periods
122123# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -130,7 +131,8 @@ DAI_ADD(sof/pipe-dai-capture.m4,
130131DAI_ADD(sof/pipe-dai-playback.m4,
131132 3, SSP, 1, NoCodec-1,
132133 PIPELINE_SOURCE_3, 2, s16le,
133- 48, 1000, 0, 0)
134+ 48, 1000, 0, 0,
135+ SSP_BESPOKE_DATA(SSP, 1, 1))
134136
135137# capture DAI is SSP1 using 2 periods
136138# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -144,7 +146,8 @@ DAI_ADD(sof/pipe-dai-capture.m4,
144146DAI_ADD(sof/pipe-dai-playback.m4,
145147 5, SSP, 2, NoCodec-2,
146148 PIPELINE_SOURCE_5, 2, s16le,
147- 48, 1000, 0, 0)
149+ 48, 1000, 0, 0,
150+ SSP_BESPOKE_DATA(SSP, 2, 1))
148151
149152# capture DAI is SSP2 using 2 periods
150153# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -158,7 +161,8 @@ DAI_ADD(sof/pipe-dai-capture.m4,
158161DAI_ADD(sof/pipe-dai-playback.m4,
159162 7, SSP, 3, NoCodec-3,
160163 PIPELINE_SOURCE_7, 2, s16le,
161- 48, 1000, 0, 0)
164+ 48, 1000, 0, 0,
165+ SSP_BESPOKE_DATA(SSP, 3, 1))
162166
163167# capture DAI is SSP3 using 2 periods
164168# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -172,7 +176,8 @@ DAI_ADD(sof/pipe-dai-capture.m4,
172176# DAI_ADD(sof/pipe-dai-playback.m4,
173177# 9, SSP, 4, NoCodec,
174178# PIPELINE_SOURCE_9, 2, s16le,
175- # 48, 1000, 0, 0)
179+ # 48, 1000, 0, 0,
180+ # SSP_BESPOKE_DATA(SSP, 4, 1))
176181
177182# capture DAI is SSP4 using 2 periods
178183# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
@@ -186,7 +191,8 @@ DAI_ADD(sof/pipe-dai-capture.m4,
186191# DAI_ADD(sof/pipe-dai-playback.m4,
187192# 11, SSP, 5, NoCodec,
188193# PIPELINE_SOURCE_11, 2, s16le,
189- # 48, 1000, 0, 0)
194+ # 48, 1000, 0, 0,
195+ # SSP_BESPOKE_DATA(SSP, 5, 1))
190196
191197# capture DAI is SSP5 using 2 periods
192198# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
0 commit comments