Commit d53f6ea
committed
ASoC: SOF: ipc4/Intel: Rename dsp_max_burst_size_in_ms to dsp_min_burst_size_in_ms
The meaning of the variable has changed with he Dynamic DeepBuffer and it
reflects the smallest burst that the host DMA does.
This can be used to set the minimum period time constraint to avoid
overshooting by the DMA burst.
Change the name and update the related code in Intel hda_dsp_pcm_open()
to reflect the revised meaning.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>1 parent d8231a7 commit d53f6ea
3 files changed
+8
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
287 | 285 | | |
288 | 286 | | |
289 | 287 | | |
290 | | - | |
| 288 | + | |
291 | 289 | | |
292 | 290 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 291 | + | |
| 292 | + | |
304 | 293 | | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
| 294 | + | |
315 | 295 | | |
316 | 296 | | |
317 | | - | |
| 297 | + | |
318 | 298 | | |
319 | | - | |
320 | 299 | | |
321 | 300 | | |
322 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
| 680 | + | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments