Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DP scheduler: Silence benign warnings
SOF emits a flood of seemingly needless warnings when using the DP scheduler. As I'm reading it, every time a DAI endpoint is faced with an empty stream at copy time, it will warn. But that's routine if the data is inbound from an asynchronous DP component that will complete next cycle instead. This seems to be sensitive to pipeline cycle time, and particularly has trouble with Google AEC which emits data in 10ms chunks vs. the 1ms LL scheduling cadence. The upshot is that the deluge of warnings (it's a LOT of logging) end up breaking the stream themselves after a second or two by inducing glitches in data that is otherwise moving correctly. Silence them. Signed-off-by: Andy Ross <[email protected]>
- Loading branch information