@@ -77,49 +77,49 @@ PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
7777DAI_ADD(sof/pipe-dai-playback.m4,
7878 1, HDA, 0, Analog Playback and Capture,
7979 PIPELINE_SOURCE_1, 2, s32le,
80- 48, 1000, 0, 0)
80+ 48, 1000, 0, 0, 1000 )
8181
8282# capture DAI is HDA Analog using 2 periods
8383# Dai buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
8484DAI_ADD(sof/pipe-dai-capture.m4,
8585 2, HDA, 1, Analog Playback and Capture,
8686 PIPELINE_SINK_2, 2, s32le,
87- 48, 1000, 0, 0)
87+ 48, 1000, 0, 0, 1000 )
8888
8989# playback DAI is HDA Digital using 2 periods
9090# Dai buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
9191DAI_ADD(sof/pipe-dai-playback.m4,
9292 3, HDA, 2, Digital Playback and Capture,
9393 PIPELINE_SOURCE_3, 2, s32le,
94- 48, 1000, 0, 0)
94+ 48, 1000, 0, 0, 1000 )
9595
9696# capture DAI is HDA Digital using 2 periods
9797# Dai buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
9898DAI_ADD(sof/pipe-dai-capture.m4,
9999 4, HDA, 3, Digital Playback and Capture,
100100 PIPELINE_SINK_4, 2, s32le,
101- 48, 1000, 0, 0)
101+ 48, 1000, 0, 0, 1000 )
102102
103103# playback DAI is iDisp1 using 2 periods
104104# Dai buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
105105DAI_ADD(sof/pipe-dai-playback.m4,
106106 7, HDA, 4, iDisp1,
107107 PIPELINE_SOURCE_7, 2, s32le,
108- 48, 1000, 0, 0)
108+ 48, 1000, 0, 0, 1000 )
109109
110110# playback DAI is iDisp2 using 2 periods
111111# Dai buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
112112DAI_ADD(sof/pipe-dai-playback.m4,
113113 8, HDA, 5, iDisp2,
114114 PIPELINE_SOURCE_8, 2, s32le,
115- 48, 1000, 0, 0)
115+ 48, 1000, 0, 0, 1000 )
116116
117117# playback DAI is iDisp3 using 2 periods
118118# Dai buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
119119DAI_ADD(sof/pipe-dai-playback.m4,
120120 9, HDA, 6, iDisp3,
121121 PIPELINE_SOURCE_9, 2, s32le,
122- 48, 1000, 0, 0)
122+ 48, 1000, 0, 0, 1000 )
123123
124124PCM_DUPLEX_ADD(HDA Analog, 0, PIPELINE_PCM_1, PIPELINE_PCM_2)
125125PCM_DUPLEX_ADD(HDA Digital, 1, PIPELINE_PCM_3, PIPELINE_PCM_4)
0 commit comments