Commit 96bca11
multiple-pipeline: skip the Echo Reference pipeline in the test
In this case, if we test all capture pipelines at same time, but
capture pipeline count is less than requested count defined by
-c option, playback pipeline will be started to ensure requested
number of pipelines are running in parallel.
Considering this scenario, the capture pipeline count is less than
requested count and the tplg contains both Smart Amp pipeline and
Echo reference pipeline, if the Echo reference pipeline start first
and Smart Amp pipeline start next, this will cause the ipc tx times
out. This patch skips the Echo reference pipeline to avoid such case
Signed-off-by: Keqiao Zhang <keqiao.zhang@intel.com>1 parent 059e959 commit 96bca11
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
108 | | - | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
168 | | - | |
| 173 | + | |
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
172 | | - | |
| 177 | + | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
| |||
0 commit comments