Commit ec00fe8
committed
audio: rate-limit "no bytes to copy" messages
When tearing down streams, when some of the pipelines have already
been deleted and some are still active, the remaining active
pipelines might experience no-data conditions. Currently this is
logged on every LL-scheduler period, i.e. every millisecond. This
isn't adding any useful information and in fact can create a flood
of outgoing IPC notifications, eventually blocking valid IPC replies
and leading to IPC timeouts. Rate-limit these logging entries to fix
the problem and relax the log.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>1 parent 2b4d0ea commit ec00fe8
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
362 | 365 | | |
363 | 366 | | |
364 | 367 | | |
| |||
403 | 406 | | |
404 | 407 | | |
405 | 408 | | |
406 | | - | |
407 | | - | |
408 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
409 | 425 | | |
410 | 426 | | |
411 | 427 | | |
| |||
0 commit comments